Tagged “architecture”
-
The Proximity Principle
Proximity is an underused design principle that can help you create code that's much easier to maintain over time.
-
Working Effectively with(out) Tests.
How to effectively work with code without test and how to add tests to your project for them to help you the most.
-
Uncommon Sense Course Recommendation
Some alternative views that are counter-intuitive or at least uncommon in the broader tech community.
-
Free resources during the pandemic
There are two problems a lot of people are struggling right now with. Finding something to do and worrying about financial security.
-
Code Style that breaks clean code rules: Space Shuttle Style
You should avoid comments and your code should be self-documenting. It's good advice but, is it always true?