Beauty of style and harmony and grace and good rhythm depends on simplicity.
Владислав Клещенкоhas quotedlast year
"Try and leave this world a little better than you found it."
Владислав Клещенкоhas quotedlast year
Sherlock Holmes' advice, "Once you eliminate the impossible, whatever remains, no matter how improbable, must be the truth,"
Владислав Клещенкоhas quotedlast year
If we accept that code is design — a creative process rather than a mechanical one — the software crisis is explained. We now have a design crisis
Владислав Клещенкоhas quotedlast year
Great designs are produced by great designers dedicating themselves to the mastery of their craft. Code is no different.
Владислав Клещенкоhas quotedlast year
Comment what the code cannot say, not simply what it does not say
Владислав Клещенкоhas quotedlast year
Don't be afraid of your code. Who cares if something gets temporarily broken while you move things around? A paralyzing fear of change is what got your project into this state to begin with. Investing the time to refactor will pay for itself several times over the life cycle of your project.
Владислав Клещенкоhas quotedlast year
If you instead explore new languages to expand your mind and get fresh ideas on how you can solve things in different ways, you will find that the code you write in your trusty old language gets more beautiful for every new language you've learned
Владислав Клещенкоhas quotedlast year
Golden Rule of API Design fits in: It's not enough to write tests for an API you develop; you have to write unit tests for code that uses your API. When you do, you learn first-hand the hurdles that your users will have to overcome when they try to test their code independently.
Владислав Клещенкоhas quotedlast year
I closed down my IDE. I'd become so used to working on a big project within a big product I'd started to think that was what I should be doing. A general purpose computer can do little tasks too.