Dialects in Code: Part 2
We previously looked at dialects, collections of programming practices that change how you can use the same programming language to express your program diff...
We previously looked at dialects, collections of programming practices that change how you can use the same programming language to express your program diff...
For a long time, I’ve been interested in how different folks can use the same programming language in radically different ways. I’ve privately used the term ...
One of the hardest things to teach growing devs is when not to use their newfound skills. After putting huge effort into learning with a mentor, having that ...
The most common question I get about my command bus library is: “can commands really return nothing?” The second most common question is “Why do you let comm...
tl;dr When creating value objects representing time, I recommend choosing how finegrained the time should be with your domain experts and round it off to tha...