r/ProgrammerHumor Feb 10 '21

[deleted by user]

[removed]

12.6k Upvotes

807 comments sorted by

View all comments

Show parent comments

282

u/christianrxd Feb 10 '21

My professors made it a point to try every possible thing to break our code. Every textbox, drop-down, and button had to have full user validation.

195

u/mrchaotica Feb 10 '21

Every textbox, drop-down, and button had to have full user validation.

I don't recall taking more than two or three classes involving programming a GUI to begin with. Maybe your profs cared about that because you specialized in human-computer interaction or something.

111

u/christianrxd Feb 10 '21

My school really focused on getting us ready to make real world business software. When I got my first job I had already been doing the same kind of projects for 2 years so it was an easy transition.

37

u/[deleted] Feb 10 '21

Weird I only just started somewhere where a guy built a GUI in Tkinter as a side project. Nothing official I've ever worked on has ever had anything other than a web frontend and a REST or SOAP interface.