Bill Yang's Weblog
Sharing my thoughts on software development
Thursday, June 5, 2014
Angular Directive Isolated Scope binding cheatsheet
›
1. "@" ( Text binding / one-way binding ) 2. "=" ( Direct model binding / two-way binding ) 3. "&" ...
Monday, May 26, 2014
How to hide "You May Know" section in Google+
›
Unlike many others, I do like G+, I use hangouts a lot, both for work and with friends. Of course, it is not used for the same purpose as Fa...
1 comment:
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...
›
Home
View web version