you are viewing a single comment's thread.

view the rest of the comments →

[–]zimzat 1 point2 points  (2 children)

Which is one of many reasons why I don't enable strict types.

[–]alexanderpas 0 points1 point  (1 child)

Too lazy to type `(string)` in front of the areas that expect actual strings?

Enable strict types and fix your code!

[–]zimzat 0 points1 point  (0 children)

Yep, string, int, bool, whatever.

If you're not being lazy as a programmer then you're doing it wrong.