|
|
|
|
|
by djsumdog
2938 days ago
|
|
You can write clean code in any language, and I've written some nice PHP, but the language itself has many fundamental design problems. For example, printf shouldn't have side-effects on a datetime object: https://bugs.php.net/bug.php?id=75232 I run some OSS stuff on PHP, but in containers to keep it all isolated. Although things have gotten better with PHP7, knowing what I know about the language makes me hesitant to use it on any new project for anything except the most trivial systems. |
|
What exactly is it you know about the language that makes you hesitant to use it?