This is an automated archive made by the Lemmit Bot.
The original was posted on /r/ProgrammerHumor by /u/Same_Start9620 on 2024-04-27 14:18:17.
You must log in or # to comment.
See, public variables sound easier until later you discover that more logic needs to happen when this variable changes. Maybe some logging or queueing up a database operation or something. Now you only need to change these function bodies instead of writing new ones and finding all the places that public variable was used in your code.