Making PHP Safer
tech.blog.box.com
Making PHP Safer
1–10 of 53 posts
Re: Making PHP Safer
#2Re: Making PHP Safer
#3Re: Making PHP Safer
#4Re: Making PHP Safer
#5I sure had no idea Box uses PHP.
Re: Making PHP Safer
#6This is a step in the right direction, but it doesn't go far enough, in my opinion.
Re: Making PHP Safer
#7I sure had no idea Box uses PHP.
Re: Making PHP Safer
#8I'd really like to know why they chose to do this instead of trying to make spltypes and type hinting more robust. Annotations seem like an ugly way of doing this.
Phpdoc may not seem ideal, and it's not, but it has afforded some significant flexibility
Re: Making PHP Safer
#9I'd really like to know why they chose to do this instead of trying to make spltypes and type hinting more robust. Annotations seem like an ugly way of doing this.
It seems like an interesting solution to me.
Re: Making PHP Safer
#10I hate annotations in PHP. They feel very tacked-on. I'd much rather see actual enforced typing in the language. This is a step in the right direction, but it doesn't go far enough, in my opinion.