|
You are here |
blog.cleancoder.com | ||
| | | | |
xdg.me
|
|
| | | | | Curated books and articles to make you a better coder. | |
| | | | |
www.pullrequest.com
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | 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... | ||