8

I coded a simple Java programme when I was a beginner, today I reviewing it. I facepalm myself and thinking "I wish I know about 3 tier Architecture software development earlier" . Now I am looking at a one tier Architecture programme.

Which means UI components, Logic Components and Database components are all in ONE class and one method. Omg. Silly past self...

Comments
  • 2
    You've learned a lot. Be proud of it
  • 2
    it happens to everyone. in a few years I'm still going to look back at some codes I wrote today and have a good laugh
  • 3
    Everyone is silly in the starting. My first program was in python to add 2 numbers given by user and print their sum
  • 3
    Just about the worst thing you can do when starting out is get bogged down in 3 tier architecture and other assorted high level stuff.

    Start simple and work up. Sounds like you've done that, so all's good 👍
Add Comment