Search

Coding Blues

Category

SAP Technical

A Case For Factory Design Pattern | ABAP On Cloud

Factory Design Pattern is widely used by developers fluent with OOPS. The popularity stems from the flexibility and maintainability that the design pattern offers in dynamic business ecosystems. Visualise the design as a factory (superclass or common interface) that summons... Continue Reading →

A Case For Singleton Pattern | ABAP on Cloud

Singleton Pattern is an OOPS design pattern which is used when the requirement is to ensure that a class has only one single instance operating in the entire lifespan of the application. Effectively, the class has only one instance and... Continue Reading →

Website Powered by WordPress.com.

Up ↑