Browse by Tags
All Tags »
Personal Opinion (
RSS)
I been thinking about when I should differentiate between methods and properties. For instance, suppose that I have the following class: public class OrderProcessor { public bool RoundToNearestCent { get; set; } public bool RoundDown { get; set; } } This...
Reference data is a funny thing. In reality, reference data really serves no major purpose other than for display purposes, whether that be a report or in the UI. Yet we often have reference data in our backend databases, with relationships established...
for the contestant, who only had three avenues of help, or lifelines, to survive to the next round. If the user answered a question wrong, they lost the game. Luckily, various spots on the ladder were insurances to ensure the user got at least that amount...