Talk in English - US at Longhorn PHP Conference 2023
Track Name:
Ballroom C&D
View Slides: https://docs.google.com/presentation/d/1aieSIg_Jo1EXuJIDZflrxOgdGfCYn9jBfcTrVO8LegI
Short URL: https://joind.in/talk/db01c
(QR-Code (opens in new window))
You cannot tell at a glance whether code is “clean” or not, yet most developers seem to attribute more value to code that’s pleasing to look at rather than code that is consistent, readable and understandable. We’ll discuss some of the shortcomings with some commonly accepted indicators of “clean” code, as well as some principles to follow for truly cleaner (and maintainable!) codebases, regardless of language.
Learn that comments are not a crime, a_rose() by any other name might not smell as sweet, and HungarianNotationStr might not be as outdated as you might think (though we can pretty it up a bit). We’re not re-etching the laws in stone, but we’ll discover some pretty good best practices.
Comments
Comments are closed.
Good talk, but it didn’t provide any new information or groundbreaking insights.
Good walk through on some good practices in PHP. Kept the pace going and talk entertaining. Lots of good takeaways.
Entertaining, lots of good reenforcement here on good practices. One quibble, I had a hard time telling when code samples were being presented as good or bad patterns to follow or not to follow.
Great ideas. Love the rule of three for DRY.
Excellent talk!
Good content, and I agree with 90% of it, even if it's not ground breaking. Unfortunately the unreadable code on slides undermined the points. A talk like this thrives on good examples, and I couldn't tell if the examples were good or not.
A nice reminder that concise doesn't mean its good code. Great notes to keep the our code in a better format for everyone.
Liked the content a lot, and the slide deck was really well designed. Talking about code having entropy was definitely revelatory for me.
A useful lesson on keeping code actually clean and useful.