written 6.8 years ago by | modified 2.8 years ago by |
contd. Programmers of low quality but a lot of experience with programming language.
Subject: Software Engineering
Topic: Matrics for Process & Projects
Difficulty: High
written 6.8 years ago by | modified 2.8 years ago by |
contd. Programmers of low quality but a lot of experience with programming language.
Subject: Software Engineering
Topic: Matrics for Process & Projects
Difficulty: High
written 6.7 years ago by |
Experienced programmers:
May design the system with compo-sable and well defined chunks. The system might run slower than a non-modular design.
May tend to use less esoteric features of the language, making the code easier to read.
May write more documented code.
Unexperienced
May use esoteric features of the language, making the code difficult to read.
May try to solve the problem completely using non-modular design. Making the code faster, but prone to more bugs and harder to maintain.
Might not document the code properly for others to understand.