#24 (comment)
The more tools that get added, the more lines need to get edited. Best-case scenario is when the new tool is added at the end of the array, and worst-case scenario is when it is added to the beginning. This makes the diff way bigger than is really needed, and adds a lot of work for the contributor.
#24 (comment)
The more tools that get added, the more lines need to get edited. Best-case scenario is when the new tool is added at the end of the array, and worst-case scenario is when it is added to the beginning. This makes the diff way bigger than is really needed, and adds a lot of work for the contributor.