SSJX.CO.UK
Content

Enable Any Strict Modes That Are Available

Mistakes will be made and it is better the compiler/interpreter catches them early before they turn into problems. Enabling any strict modes will force you to write better code.

Enabling Strict Modes

The following is a list of languages / compilers and how to enable additional strict modes / warnings. It is worth checking on the languages website to for more details.

Many other compilers have switches to enable more thorough checking too. It may be worth looking at using a language that forces strictness by default such as C#, Go or Rust.

Updated
(31/08/2023)