TooAngel / screeps

TooAngel NPC / bot / source code for screeps
https://screeps.com
GNU Affero General Public License v3.0
606 stars 154 forks source link

Refactor: Remove findClosestByRangePropertyFilter #709

Closed TooAngel closed 1 year ago

TooAngel commented 1 year ago

Instead of abstracting the screeps API, we should extract as named functions which can be reused.

This allows to easier read the code and also allows to reused certain functions, as well as changes these at a common place in case of updates.

This is step one for removing all propertyfilter methods.

TooAngel commented 1 year ago

This pull request was merged by worlddriven.