|
|
|
|
|
by hamedb
1613 days ago
|
|
for the "common basis" part I'm referring to commenting code/ using descriptive variable names/ breaking mega large files into smaller ones... things that developer do not agree on include choosing between (object-oriented, procedural or functional code) the debate of isolating small bits of code regardless of the paradigm used.
how many "code components" can be created without making the follow references game so crazy that you can't even understand the code flow and where you even started reading the code.
are small code duplicates really that bad or over componentizing is a bigger issue that tries to solve the first one? things like that... I didn't work for large company before so was wondering if you saw any consensus/ agreement patterns between senior developers in these type of debatable things especially when writing JS because of it's huge flexibility. |
|