ASP.Net Application

Out of context: Reply #7

  • Started
  • Last post
  • 15 Responses
  • acescence0

    really, the programmer shouldn't have to think about stuff like css, or anything to do with presentation for that matter.

    for most web apps, i'll start by designing the database,

    then write the code that provides an access layer to the database, handling all the escaping and building queries,

    then i'll write the logic that does the heavy lifting of the app, which interfaces with the database layer to get the data, does whatever processing is necessary and hands off the data to the template,

    the template is basically just my html/css/js/etc with the data inserted in the appropriate places.

    • I don't trust anyone to keep my high standards so I end up doing everything on my projects.flavorful
    • Well ones that I care about I guess. I never thought of myself as a control freak before...flavorful

View thread