PolymerLabs / arcs

Arcs
BSD 3-Clause "New" or "Revised" License
57 stars 35 forks source link

Refactor the resolve method in allocator-recipe-resolver.ts as it is too long #7120

Open shans opened 3 years ago

shans commented 3 years ago

Just as the title says: resolve() method is super long and it would be good to break it down into smaller methods for readability and maintenance.

(from b/174815541)