Tuesday, May 04, 2021

Why agile isn't for everyone

So, I’m having another agile day.  I’m reviewing code that has been checked into our baseline and 5 out of 5 comments made are design comments.  From simple things like making variable names descriptive to questions on the interaction of this code with older code.  All of this is because the person who coded this isn’t that good and needs detailed design guidance on a daily basis.  Instead of doing this up front, we the people reviewing the code are doing it on the back end.  And for everything we miss that affects functionality, the clients will find when they run the code.

The other agile thing today is I’m being asked about the design for a different change.  Turns out this junior person has been turned loose on a project.  His idea is to allocate about 250K bytes of space for each process running, and our large clients run 4 or 5 thousand of these processes.  This is in an area that handles exception processing, and this memory is intended to make the exception processing go faster.  The thing is, if this exception processing gets tripped once a week (across 700 clients and 50,000 users) then it is a bad week.  And when it does run, it is a major work stoppage for that user, so there is no need for this to be optimized in this way.  Does he understand this?  Not yet and I’m on my third go around on this with him on this improvement.


Both of these come down to if the senior people set the detailed design up front, then we can educate these individuals as to why we design and build in this system in a certain way, and our time is properly accounted for toward those projects.  Instead, these are interruptions to my current work, I'm just going to provide the minimal guidance necessary without necessarily providing a detailed why, and even then my time is lost from the project I'm supposed to be working on and going towards these other projects.  Even if I did provide guidance up front, for these two individuals they are really not intelligent enough (or maybe willing in the case of the first person) to absorb the lesson.  I feel for them in that mostly get negative feedback on their work and proposed changes, instead of design guidance they need.  Worst of all, management will not allow us senior people to account for these interruptions against the project they are originating in, making us all look bad or resulting in us working unpaid O/T to make up for it.


0 Comments:

Post a Comment

<< Home