HN user

orenkt

-1 karma
Posts0
Comments2
View on HN
No posts found.

So. Every editor has copy/paste functionality and search/replace. Using that plus following the SOLID principle is my way to reuse code. And it is as if I would build with LEGO bricks.

I tell you even a secret. Every piece of software has all the code you need to work with it already - just copy/paste stuff. You only need to know where it is. Every piece of software is it's own tutorial how to make that particular piece of software.

I've done this for years. I call my method of working copy/paste method.

And by reading this, I think I know why I piss so many programmers when I say what I do. And how fast I am with it.

can author of that medium post show real world example of an app, build with those principles and rules from start to end?

it would be also very educational to see decision and design process of an app build with those rules.