Changes between Version 2 and Version 3 of CodingTips
- Timestamp:
- 2015-03-31T16:30:47Z (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CodingTips
v2 v3 9 9 * Prefer using regular functions to static inline functions 10 10 * Practically never needed, it is just premature optimization 11 12 == Other Resources on Good Coding Practices == 13 14 * [https://www.youtube.com/watch?v=heh4OeB9A-c How To Design A Good API and Why it Matters (video)] 15 * [https://www.youtube.com/watch?v=acjvKJiOvXw&list=PLvqMob1eOxGIW51K9PA_N4u2MJbddNw-H Design Tech Talk Series Presents: OO Design for Testability (video)]