Do senior developer or programmer still write codes from scratch or just use existing template then redesign for the new project???

For further actions, you may consider blocking this person and/or reporting abuse
Do senior developer or programmer still write codes from scratch or just use existing template then redesign for the new project???
For further actions, you may consider blocking this person and/or reporting abuse
Maxime Guilbert -
Tapajyoti Bose -
Maria π¦ Marshmallow -
Al - Naubit -
Once suspended, olalani will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, olalani will be able to comment and publish posts again.
Once unpublished, all posts by olalani will become hidden and only accessible to themselves.
If olalani is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Olalani Oluwaseun.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community π©βπ»π¨βπ» safe. Here is what you can do to flag olalani:
Unflagging olalani will restore default visibility to their posts.
Top comments (4)
For any non-trivial project (which is most of them), you'll need to write a lot of code yourself (although an IDE is a big help for the boilerplate). That code will mainly be business logic, which is custom-made, by definition.
Can you clarify whether you mean copying the code for entire projects or just copying a file boilerplate/ template?
Copying what you needed from the entire project
I think it depends if the project has been originally written in mind to be copied in future. Even if the project's codebase wasn't originally purposed to be re-used, developers still can potentially take code from it and that does happen in the industry. Some projects however are so messy that you would be better starting from scratch. Hope that helps!