Definitions by neuroxik
overkill
In computer programming, overkill is referred to writing excessively more code than needed for a certain task. It can also mean writing up an endless function for which an already built-in one is available, and that the written one can even be less stable.