Monthly Archives: September 2010

Tip of the Day #19: Create a list of objects instead of many lists of values

I?ve been reviewing some code and I came across something that jars. What is wrong with this is many-fold. Essentially, instead of encapsulating an related data into an entity that describes the whole the developer had created silos of data … Continue reading

Posted in Tip of the Day | Tagged , , , | Leave a comment

Tip of the Day #18: Dealing with data rounding issues

If you have data coming in from a database, web service or other source external to your application and it contains, say for example, price information then do not round it. Don?t attempt to apply any form of formatting to … Continue reading

Posted in Tip of the Day | Tagged , | Leave a comment