|
|
|
|
|
by ejcx
4067 days ago
|
|
I really like writing hack and haven't tried PHP7. It makes a huge difference having types. If you have a function function dowork(@?string $w)
You can allow execution to continue but still log the error. It's made me aware of all sorts of edge case bugs that I never would have been able to find before.XHP has allowed me to do the same, by forcing me to write well formed html and I love it |
|