Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Write simple and elegant, not witty and "smart"-complicated.
Just like @vintprox said, KISS.
That's why I like to dumb everything down to sticks and stones, even though we have all those fancy frameworks, tools and methodologies.
KISS *A.L.W.A.Y.S* pays off. -
Hazarth94763yPfft my approach is "write as smart as possible, so you learn more and more when debugging"
But only on private projects *blush* -
beecorps403yI have been coding for 3 years and wrote 5 web apps and dozens of the programs and never used a debugger. Am I even human?
-
kamen69843yWriting code that looks smart doesn't mean write at your limit; it just means you're being a smartass. If it's not immediately obvious what the code does, it most probably can be better.
-
@beecorps guess you do PHP or javascript things where print_r or console.log works magically. Or may be it does not involve lot of different types of data manipulation.
Or else debugger is always easier to see how the data is transforming and flowing.
Related Rants
-
KiraMonta7God was able to create an entire world in just 6 days for the sole reason that he had no previous versions and...
-
KiraMonta3Modern programming is like racing against the Universe: programmers try to make code for every idiot, the Univ...
-
KiraMonta1How often do you dream about work? I had a dream about a day's work, and in the morning I have to work again...
Never write at the limit of your talents! Remember: debugging is always twice as hard as writing code. And if you write as cleverly as you can, you won't be able to debug it anymore.🧠
joke/meme
kiramonta