Manfred's recent activity

  1. Comment on What trick/pattern/concept/whatever did you adopt that has improved your code quality? in ~comp

    Manfred
    Link
    Maintenance becomes a lot easier when you take the time to come up with great names for concepts in your application and consistently apply them everywhere. For example, a great database scheme...

    Maintenance becomes a lot easier when you take the time to come up with great names for concepts in your application and consistently apply them everywhere. For example, a great database scheme makes sense out of the context of the application code and when the class handling accounts is named Account the database table should be called accounts and the UI should address them as accounts too.

    4 votes