• 0 Posts
  • 1 Comment
Joined 7 months ago
cake
Cake day: June 5th, 2025

help-circle
  • I have to write so much boilerplate code to make sure my objects are of the correct type and have the required attributes!

    That is the trap that, sadly, my company fell for too. The POC was written in python. very fast i might add. but it was only that: a POC. if the whole backend crashes due to unexpected user input - noone cared. if the frontend displayed gibberish because the JSON made wrong assumptions about not defined data types - sweep it under the rug, don’t do that during presentations.

    but if it came to building a resilient system, which can be shipped to customers and preferably maintained by them (with minimal consulting contract for access to our guys)… we cursed the way python worked.