
Where should I store application data in Windows?
Windows sets certain locations aside for apps, and makes them easily discoverable for devs to use. Let’s see how.
Windows sets certain locations aside for apps, and makes them easily discoverable for devs to use. Let’s see how.
At work, we’re running through The Pragmatic Programmer - the original, not the 2nd edition published last year. If anyone is reading that, I’d love to know if it really updates things for modern programming and whether it seems necessary. The original seems pretty timeless. Yesterday was my turn to present, listing out highlights from chapter 5, sharing some thoughts, and hopefully spurring some conversation. The authors start by talking about the Law of Demeter, but they don’t explain it very well, nor do they call it by its much more self-explanatory name, the Principle of Least Knowledge. ...