Fri. Mar 14th, 2025
Notifications
Clear all

Is it a problem if your IDE does not give an error when you forget to put semicolons at the end of each line of code?


Chris DuBois
Posts: 1763
Registered
Topic starter
(@chris)
Illustrious Member
Joined: 7 months ago

Some IDEs and compilers are more forgiving than others when it comes to syntax errors. Should programmers rely on IDEs to catch missing semicolons, or should they learn to manually write clean, error-free code?

Share: