How do you start your applications once the idea has been created? Do you implement the screens first and then work on the backend, or do you build the backend first and then take on the visual part (the screens)?

#programming

  • MNByChoice
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    Unless I am programming in Visual Basic/C sharp.net/C, I always start with a command line only program. I intend to create a few gui wrappers later. I do this because I want to get functions going and want everything to use the same code for actions.

    If command line counts as the screens, then I start with the part that does things. This way I can check if it does the right things. My customers often loose interest once things work things.