Currency Converter: A Browser Extension
June 12, 2020Currency Converter: A Browser Extension
Personal thought by Abhishek Prakash
A platform to share my thoughts
Currency Converter: A Browser Extension
Configure React from ground up using Webpack and Babel
The Open/Closed Principle (OCP) is the SOLID principle which states Software entities (classes, modules, functions, etc.) should be open for extension but closed for modification.
In programming, the Single Responsibility Principle states that every module or class should have responsibility for a single part of the functionality provided by the software.