Archive for November, 2008
Why too much Database Normalization can be a Bad Thing
November 19th, 2008 by Scott SelikoffAs someone with a long history in database optimization and who even did their Master’s project on Database normalization, I’m probably the last person in the world to argue against database normalization. From a theoretical standpoint, database normalization is a wonderful thing, helping to organize your data into easy-to-manage and understandable parts. For this article, [...]
Posted: 19 November, 2008 in Database.
Tags: Database, normalization
Comments: 11
why do we violate law of demeter?
November 15th, 2008 by Jeanne BoyarskyI was watching a Google Tech Talk on Dependency Injection. Sixteen minutes in the speaker gave an interesting example of the Law of Demeter: If buying item for $25 in store, do you hand clerk $25 or give clerk your wallet and have him/her retrieve the $25. This got me thinking about why we so [...]
Posted: 15 November, 2008 in Development Process.
Comments: -
the different levels of a question
November 1st, 2008 by Jeanne BoyarskyPeople with different levels of experience approach tend to approach a question in different ways. This is something I see frequently on JavaRanch. An example The ideas apply to many questions, but I’ll use “how do I disable the browser back button” as a common example. Consider some answers to this: 1) In Internet Explorer, [...]
Posted: 1 November, 2008 in Development Process.
Comments: -
