Closed vilyapilya closed 4 years ago
@smusali classes usually used when the instances are used multiple times and we need sort of a encapsulation for each instance. Classes also are heavier than modules. In this project CloudWatch and other libraries won't create multiple instances so creating an es class for it will not be very optimal and correct.