Would you expect to find extension method in anoth...
# codereview
e
Would you expect to find extension method in another class if you own code of the class?
b
Think of extension functions like a modern version of utility classes. You can have them wherever/whenever you want, depending on where/when it makes the most sense.