▲ | anticodon 2 days ago | ||||||||||||||||
Last time I touched PHP in 2018. It was a website my company bought from a french developer. After many unsuccessful attempts to add even basic functionality to the site, I announced my employer that they paid for the domain and the audience, but the code has to be rewritten from scratch. It was typical PHP mix of HTML and PHP code in one file, an unreadable sequence of several crazy long HTML lines, then several lines of PHP code, then again HTML. Lots of copy paste. SQL statements were created by concatenation of user input with the text of the query. In 2018. Back then I promised I'll never ever touch any PHP code. Live pretty much happily since then. I know there's some typing added to the language and other modern features. Still pretty sure, that if I open any random PHP file from any random PHP project, I'll still find the same mess as ever before. | |||||||||||||||||
▲ | goshx 2 days ago | parent [-] | ||||||||||||||||
Skill issue. | |||||||||||||||||
|