-
Recent Posts
Archives
Twitter Updates
- guys he didn't say zero RT @bradwilson: percentage wise we've killed a very small number of MVC PMs via hazing. 2 hours ago
- @bcaraway doesn't it clarify some minimums that a company could fraudulently not honor? 2 hours ago
- @andrewdavey sure. 2 hours ago
- @andrewdavey there's a SolutionScript for that! (extreme alpha, IISExpress edition) http://t.co/YScAWnJ6 3 hours ago
- Interpreting this as pro-siesta research RT @newsycombinator: The myth of the eight-hour sleep http://t.co/WMBWTizo 3 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
6 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