-
Recent Posts
Archives
Twitter Updates
- I need a shorthand for the word "constraints" .. I write it all the time 59 minutes ago
- Austin Bitcoin Meetup meetup.com/BitcoinAustin/… 2 hours ago
- RT @tastapod: For proponents of self-organisation and flattened management structures, I see a surprising fondness for "apprentices" and "m… 3 hours ago
- RT @ToJans: A DDD'er walks into a bar.... no, a pub ... no, a bistro... 3 hours ago
- @Encosia yay! one of my favorite small patterns, dispatch table! 21 hours ago
Author Archives: Matt
Simple reads with Entity Framework
This works nicely for quick reads. Requires no mappings or any of that junk. Just a DataReader shaped to a type. Edit: Because this is my first day to ever work with EF, my first attempt at this was more … Continue reading
Reuse is overrated, then came package management
Reuse is overrated. True story: a team building a system. They decide that one chunk of code might be valuable in another project or two. So they extract it into a library and open source it. Project complete, team reorganizes … Continue reading
Posted in Agile, Tools
7 Comments
Type systems and their advantages
Typing is not the bottleneck. Neither is typing. If you’ve been a programmer sometime in the last fourteen billion years you’ve noticed that there’s this conversation about type systems, specifically about comparing static type systems to dynamic type systems. Dynamic … Continue reading
Posted in Deep thoughts
8 Comments