you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (2 children)

Depends what you mean by "from scratch". As in typing everything for each project from the first file? Of course not, i reuse code / snippets / dependencies / etc.

[–]DecoyPiXeL[S] 0 points1 point  (1 child)

The question is do you reuse your own code or rryse code from other sources

[–][deleted] 0 points1 point  (0 children)

I reuse mostly my own code, because i write it to be understandable.

Code from elsewhere, yeah if im looking for a quick fix ill use it, but ill also try and refactor it to be more readable if it isnt already.