Do you re-use code, designs and content from previous projects?
Divad Sanders
6 replies
Replies
Ivan Ralic@ralic
Collabwriting
Projects yes, acquired companies no 😂
But if you were lucky enough to exit a startup, it's likely that anything from it is already too old school. Tech stack change entirely every 7 years, design trends 4-5 so yeah..
Code and Design are replaceable but experience stays and it's NDA-proof 😅
Share
Back SEO Marketing Software
Of course! That's the entire point of object oriented programming. Create a framework that works, then build off of that. If I can implement the new project into the previous project, then that's the optimal solution. No need to create an entirely new project when incorporating an idea works perfectly fine. It's much easier to maintain when you do it that way. If you find a way to make a class more efficient, it's much easier to just have to edit the one file than it is to update the same thing in every project.
@backseosoftware Reusing the good stuff is smart coding. It's like building on a solid foundation while keeping maintenance a breeze. Efficiency at its finest. Thank you Andrew.