Command Sourcing (CS) is a novel approach to application development. It rejects the idea of storing state in a database and gains both developer productivity and run-time performance. If you can fit your application data in memory, CS might be for you.
Read More →
We use a lot of string literals on a daily basis. Very commonly we escape characters with special meaning. Escaping reduces readability, writeability, copyability and pasteability. So, is escaping a necessary evil in our programming languages? No, it’s a trade-off and there are alternatives.
Read More →