Symptomatic programming
The act of not looking at the bigger picture when solving a problem. Rather only zooming in to the location where a change is required. Very often this leads to inconsistencies and spaghetti code, while in reality there should perhaps have been an extra class/abstraction or everything should have been structured differently.
Topic to be expanded at a later date.