Recent Tweets for #booleans

No tweets were found.

Recent Articles for #booleans

20 Useful Laravel Tips

Read 20 useful tips that you can use in your Laravel projects. These tips have been built using my best-performing tweets on Twitter and cover databases, standards, testing, Artisan commands, and much more.

Read full article [ashallendesign.co.uk]

#booleans

Improve Passing Booleans in PHP

Passing booleans to a method can be code smell, as it is not clear what a boolean does by reading the calling code.