|
|
|
|
|
by cjsuk
3153 days ago
|
|
There is some cargo culting there but it's mostly correct. Helper is a code smell as it's a sign of "we don't know what the responsibility of this is or what to call it so we'll just chuck a load of shit in this file and call it a helper". The methods in should belong to something and live on that class, not in an external class. RequestExtensions is more shit than the original solution. Extension methods are even worse! Shoot the reviewer. |
|
For example would you argue against string formatting helpers? Or would they need to be written to an interface and added to myriad DI bucket lists?