RyanScottLewis / cutback

Backup system with the goal of creating smaller, more focused backups.
https://ryanscottlewis.github.io/cutback
MIT License
2 stars 0 forks source link

Ambiguous namespaces #20

Open RyanScottLewis opened 5 years ago

RyanScottLewis commented 5 years ago

Action subclasses are simply wrappers to allow a large method to be refactored into multiple smaller methods. Controller subclasses contain methods, conventionally called actions and called such within documentation.

This is confusing from a developer standpoint, if someone mentions an "action", are they talking about an Action? Or a controller action?

RyanScottLewis commented 4 years ago

https://en.wikipedia.org/wiki/Command_pattern