Wanted to put some death effects on my basic enemies and re-add the decay timer for the chasers today. The problem is that when I started putting it in I found that several of the scripts on the chaser would be contradicting each other if I made the changes.
The solution was simple: take what I needed from the three scripts and make one specialized script for my chasers. This does mean that I will have to go back in and remove the now redundant scripts from my folders, but I needed to better organize them anyway.
A good developer isn’t necessarily ordered all the time, but knows when to impose order.