The Secret of Simple Code

preview_player
Показать описание
The Secret of Simple Code

Is there a shortcut to becoming a 10x developer? Is there some magical secret that - if you only knew it - would unlock a whole new world of software development mastery and productivity for you?

Yes! There is! But even if I share it with you - even if I give it away and spell out out for you - it might take you 10 years to grow into and fully appreciate the simplicity of it. At least, that's what happened to me.

It was spelled out to me in plain English. I was walked step-by-step through the process of applying it using some example code. And it didn't really sink in until 10 years later. But now, with the benefit of experience, it's a lesson I appreciate profoundly, and even though I know it's a lesson you can't truly appreciate at first glance - I'm going to share it with you.

Resources for JavaScript developers:

---

He enjoys a remote lifestyle with the most beautiful woman in the world.

#Code #JavaScript #SoftwareEngineering #SoftwareDesign #Programming #SoftwareDevelopment
Рекомендации по теме
Комментарии
Автор

I couldn't agree more with that. This is something that only comes with experience. The newcomers tend to be so excited that their code just does something. It takes years and tons of (not so good) produced code to really appreciate the beauty of the moment when you DELETE some code by means of good abstractions and it still works, it becomes more readable and re-usable. You will say a big THANK YOU to yourself when you need to return to that kind of code after some period and be able to read and understand it very quickly.

One also need to remember that wrong abstractions (or those done too early) could potentially do more harm than producing mostly repeated code.

MrMichaeleus
Автор

3:20 this is why I love programming. It allows you to make use of abstractions in a practical context, as opposed to mathematics where most of what you do in the end in an engineering context is basic algebra.

hkejhkm
Автор

I barely sorta know Java but this video rocked...makes me wanna code again

starmanmcfly