Bill Yang's Weblog
Sharing my thoughts on software development
Tuesday, March 4, 2014
OOP vs Functional Programming
›
I have been in several discussions with friends and colleagues about the limitation of OOP and virtues of functional programming. It seems a...
Tuesday, September 17, 2013
Entity Framework Code First Migration Merge Conflicts
›
One of the major headaches with Entity Framework 5 Code First is merging migrations. Basically, if two developers works on their local branc...
Monday, January 9, 2012
The simple and yet complex case of KISS
›
I was blown away when first introduced to KISS principle . At the time, I was frustrated with how overly complicated our enterprise software...
Friday, July 29, 2011
Visual Studio Website Project vs Web Application Project
›
There probably has been billions of articles written about this topic, and I am no expert who understands the full extent on how the two typ...
Thursday, July 28, 2011
CoffeeScript global variable and @ keyword
›
I finally managed to pick up CoffeeScript, by writing a small game using CoffeeScript and Canvas. Writing code with CoffeeScript is a very f...
1 comment:
‹
›
Home
View web version