Changes between Version 2 and Version 3 of CodingTips


Ignore:
Timestamp:
2015-03-31T16:30:47Z (9 years ago)
Author:
Jiri Svoboda
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • CodingTips

    v2 v3  
    99 * Prefer using regular functions to static inline functions
    1010  * 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)]