Is it considered idiomatic to wrap related extensi...
# getting-started
j
Is it considered idiomatic to wrap related extension methods in an interface, and then inherit from that interface to use them, or should I make a separate package and use a .* import to import package level functions?