|
|
|
|
|
by vrodic
3252 days ago
|
|
Do you have a public example that illustrates how PHP/Hack code in Facebook looks like? My problem with PHP is that most of modern frameworks seem to take a lot from Java, and people have started to use type hinting whenever they can, so the code looks like (uglier) Java, but without advantages of performance (being made worse by having to setup everything on every request) or compile time type safety. |
|
That does have advantages though, I have yet to see a popular PHP application break down due to memory leaks, compared to almost all Java code I've seen eventually ending up in memory bloat...