SOLID dumbed down
Extracted from This xkcd comic speaks on how some things are deceptively hard to program. What are some other examples of this? posted to r/learnprogramming Single-responsibility principle – A class should only have a single responsibility, that is, only changes to one part of the software’s specification should be able to affect the specification of […]
Read Full Post | Make a Comment ( Comments Off on SOLID dumbed down )Data Structures and Algorithms Problems
Data Structures and Algorithms Problems See this reddit post for discussion
Read Full Post | Make a Comment ( Comments Off on Data Structures and Algorithms Problems )