this post was submitted on 10 Sep 2023
-18 points (41.2% liked)

Programming

16781 readers
151 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 11 months ago

A quick check everytime when you build / package the code is surely more effective than a human code review.

Also the difficulty of coding in a language where there isn't any static type analysis still remains. How does it even work, do you have to do a manual text search everytime you change some existing function or class?