Types are optional

The main programming languages I write are PHP and JavaScript.

Both offer types where, as well as declaring a parameter or property, you can define what type it is - whether it's a string, array, boolean, etc.

Adding types is optional.

You don't need to add types to your PHP code, and you can choose to write plain JavaScript instead of TypeScript.

Some people prefer simpler or cleaner code or less "visual debt".

I like the extra clarity that types add.

I like to be able to read some code and immediately know what types things should be.

I like the clearer errors and messages if a different type is given than was expected.

Tools like PHPStan know more about my code and give better recommendations than if I don't add types.

I like the better autocompletion I get when writing code that has types.

I like types, but I also like the flexibility of whether or not to add them and for Developers and development teams to make their own decisions based on their preferences.

- Oliver

P.S. Do you need immediate access to an expert Drupal Developer? With my Drupal development subscription, make unlimited requests for a fixed monthly price in less time than posting to a job board!

Was this interesting?

Sign up here and get more like this delivered straight to your inbox every day.

About me

Picture of Oliver

I'm an Acquia-certified Drupal Triple Expert with 17 years of experience, an open-source software maintainer and Drupal core contributor, public speaker, live streamer, and host of the Beyond Blocks podcast.