You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an instructor, I would like to be more clear in the Mod 3 API Refactoring lessons that Facades and Services do not need to be instantiated with .new(), that we can build their methods as class methods instead, saving some work of instantiation and garbage collection.
The text was updated successfully, but these errors were encountered:
As an instructor, I would like to be more clear in the Mod 3 API Refactoring lessons that Facades and Services do not need to be instantiated with
.new()
, that we can build their methods as class methods instead, saving some work of instantiation and garbage collection.The text was updated successfully, but these errors were encountered: