The first problem I have with poor-quality developers is how inconsistent they are with many aspects of development. I especially do not like the ones that self-claim to be "good" developers because they delude themselves that they are not susceptible to bad habits by pretending they are one-off issues not to be addressed.
The latest list of request consisted of something like the follow:
WebAPI
webApi
WEBapi
Those are the names of the databases a list of objects I was supposed to copy. It is in a nice table, and it is to me so clearly obvious they are not in the same format. One can argue that this makes no difference to the database, but this attitude to inconsistency is everywhere in this persons work: email, documentation, chats, etc. Anecdotally, I feel there is a strong correlation to poor consistency with the quality of developers. If they cannot even be consistent with a simple list, I question their consistency with more important details.
And this is evidenced by other changes that I have to promote. I promoted an object that had the word "complited" in it. AND it passed code review. This could be a "fat finger" problem but there are times when the spelling is completely off where I already feel sorry for the other developer that has to troubleshoot this. They also have deal with names that developer had mistaken a number 1 with lower case l or a capital I, or when there is a mysterious space in a name where the agreed pattern is to not have any spaces. I also have had requests to objects that do not exist because they used the wrong database name or server on a regular basis. The list goes on and on: missing documentations, missing dates, wrong ticket number, even numbered lists that have missing numbers, etc.
I can understand mistakes here and there, but when does it become a real problem. In most cases, I can figure it out but it is taxing on the amount of time it takes me to research (or time to rant).
What triggered me to write this post is that these types of developers tend to be the first to claim their #1 pet-peeve is inconsistencies or they have an OCD to be perfectionists or they rarely ever make these mistakes. From my own experience, I can tell you that the best developers I have worked with never had to make these claims. Even developers of average skills would not make this claim. Somehow the worst offenders ALWAYS make this claim and out of no where.
I rarely ever have to ask if this bothers them. I just point it out and suddenly they will say one of the three statements above. It takes all my efforts to not have my jaw hit the floor. Not only that, but they have never improved in this area.
But how does this really translate to their code quality. They go through a lot of defects. Their code is consistently returned. They always claim poor quality of requirements yet other developers seem to have much fewer code returned to them.
No comments:
Post a Comment