Changes between Version 5 and Version 6 of ControlSystems/SoftwareTeam/CodingConventions
- Timestamp:
- Oct 31, 2019, 9:05:10 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/CodingConventions
v5 v6 3 3 * Never put cleverness before clarity 4 4 * when choosing between a clever algorithm and one that will do the job and is easier to understand, use the latter. 5 * Tool (and language) wars are for noobs 5 6 * Being kind is better than being right 6 7 … … 18 19 == Software Culture == 19 20 * Read [https://www.joelonsoftware.com/ Joel on Software] 20 * Tool wars are for noobs21 21 * Appreciate [https://stackoverflow.com/questions/84556/whats-your-favorite-programmer-cartoon programmer humor]