Explore >> Select a destination


You are here

blog.cleancoder.com
| | xdg.me
5.0 parsecs away

Travel
| | Curated books and articles to make you a better coder.
| | www.pullrequest.com
5.4 parsecs away

Travel
| | Reading these foundational books will help you understand software development processes more, how to reduce technical debt, and contribute higher-quality code.
| | www.milanjovanovic.tech
2.9 parsecs away

Travel
| | If you were to glance at the folder structure of your system, could you tell what the system is about? Your architecture should communicate what problems it solves. This approach is called sreaming architecture.
| | owensd.io
14.5 parsecs away

Travel
| I mentioned that I was working on personal project in C the other day. One of the things that I wanted to do was to have unit tests for the parts that made sense. I briefly looked at some C unit testing frameworks... but really, this doesn't need to be that hard. I personally like...