balancer / balancer-v3-monorepo

GNU General Public License v3.0
37 stars 10 forks source link

Import stragglers #817

Closed EndymionJkb closed 1 month ago

EndymionJkb commented 1 month ago

Description

We've standardized on importing specific types, vs. the whole file (which sometimes "hides" dependencies, as it also pulls in that file's imports). The exception is VaultTypes, when the list gets too long (multi-line), and impairs readability. (Except in examples, where it also serves as documentation.)

A few were still done in the old style.

Type of change

Checklist:

Issue Resolution