-
Notifications
You must be signed in to change notification settings - Fork 0
Techniques
Isaac Borges edited this page Aug 31, 2018
·
1 revision
| Version | Date | Description | Responsable |
|---|---|---|---|
| 0.1 | 30/08/2018 | Describing the techniques of module 2 | Isaac Borges |
| Id | Name |
|---|---|
| M2T1 | Style and Design |
| M2T2 | Compile with all Warnings |
| M2T3 | Use static analysis tool |
| M2T4 | List of variables |
| M2T5 | Choose meaningful names |
| M2T6 | Initialize all variables when declaring |
| M2T7 | Declare variables as late as possible |
| M2T8 | Use constants |
