Programming: Blog Articles: Difference between revisions

From wikinotes
No edit summary
 
No edit summary
 
Line 9: Line 9:
| when not to DRY || http://weblog.jamisbuck.org/2008/3/6/when-duplication-is-not-duplication.html
| when not to DRY || http://weblog.jamisbuck.org/2008/3/6/when-duplication-is-not-duplication.html
|-
|-
| the rule of six, cleaner code || https://davidamos.dev/the-rule-of-six/
|}
|}



Latest revision as of 21:33, 24 September 2022

Misc blog articles that are interesting, but don't belong to another category.

starting in industry https://zalberico.com/essay/2020/04/19/how-to-become-a-hacker.html
limiting abstraction https://www.deconstructconf.com/2019/dan-abramov-the-wet-codebase
when not to DRY http://weblog.jamisbuck.org/2008/3/6/when-duplication-is-not-duplication.html
the rule of six, cleaner code https://davidamos.dev/the-rule-of-six/
personal notes of Dan Poirier https://cheat.readthedocs.io/en/latest/nginx.html