Just having a single file sucks. I can think of: `pallet.rs` -> `mod pallet` `pallet_impl` -> `impl<_> Pallet<_>` `foo_impl` `impl<_> Foo<_> for Pallet<_>` (we have a bunch of these at least) `migrations` _Originally posted by @kianenigma in https://github.com/paritytech/substrate/pull/9081#r667712765_
Just having a single file sucks. I can think of:
pallet.rs->mod palletpallet_impl->impl<_> Pallet<_>foo_implimpl<_> Foo<_> for Pallet<_>(we have a bunch of these at least)migrationsOriginally posted by @kianenigma in #9081 (comment)