Discussion on the differences between front-end and back-end programming.
Applications are usually divided into the frontend and the backend. for a beginner, it is more advisable to start with the frontend or the backend. Where did you start and what was the hardest part of the whole process?
I started with desktop applications that were local only. so backend was a local csv. There was also no front as it was terminal based. Hardest part was checking for edge cases. like a user launching application multiple times without exiting previous instances messing up everything and such. edge cases are still one of the hardest parts of programming because i can never thing of all the weird stuff that can happen. Best way to get around it is to give it to others and ask them to break it.
I started with desktop applications that were local only. so backend was a local csv. There was also no front as it was terminal based. Hardest part was checking for edge cases. like a user launching application multiple times without exiting previous instances messing up everything and such. edge cases are still one of the hardest parts of programming because i can never thing of all the weird stuff that can happen. Best way to get around it is to give it to others and ask them to break it.
❤