I was refactoring some code this week and moved some model meta data from variables into static methods on the classes (so they don’t need to be instantiated to access the meta data). I had a list of the classes in an array and was looping over them, and attempting to call the static method…
Capsule, The Developer’s Code Journal
I’m very pleased today to announce the release of Capsule, the developer’s code journal. Capsule replaces the scratch document you have…