What do programmers do?
Do they
(1) Solve a problem, memorize the solution and when they face similar problems they do the coding from their memory(i.e. writes codes newly from previous experience but do not do any copy paste)?
and/or,
(2) Solve a problem, keep the solution/source code in their laptops/mobile disks, and when they face similar problems they open their previous source code and solve the problem by copying and pasting (or at least by doing a comparative study)?
and/or,
(3) make small utility code-snippets as their career progresses, keep the solution/source code in their laptops/mobile disks, and copy-paste those code-snippets whenever they need to solve similar problems?
and/or,
(4) make personal libraries/frameworks and continue to enhance the library/framework as their career progresses, keep the solution/source code in their laptops/mobile disks, and Whenever they face a similar problem, they add a reference to their library/framework and solve the problem?
What you do personally?
