Framework

Can a design framework be created upon another? [closed]

Can a design framework be created upon another? [closed]
  1. Why should the open closed principle be used when designing a class?
  2. Can you build a website without a framework?
  3. What is a framework and how does it differ from a pattern?

Why should the open closed principle be used when designing a class?

The general idea of this principle is great. It tells you to write your code so that you will be able to add new functionality without changing the existing code. That prevents situations in which a change to one of your classes also requires you to adapt all depending classes.

Can you build a website without a framework?

The short answer is yes. There are plenty of websites out there that are built without using a framework; GitHub and YouTube are probably the most popular ones. The long answer might be a little more complicated than you think.

What is a framework and how does it differ from a pattern?

A framework is a set of related classes to perform a certain task. Those classes may or may not implement a certain design pattern. A design pattern is a well-established design for tackling a problem. A framework is an actual package of code you use to make building applications easier.

Why does Google use 'user-select none;' on the text in their google meets web app?
How do I turn off text selection on a website?Why can't i select text on a website?How do I select text on a website?What is Moz user-select? How do...
How to display prices in offers tables?
What is a pricing table? What is a pricing table?Definitions. A price table is a set of SKU prices that can be applied to a specific context. These ...
Multiple websites vs single website when client's businesses overlap
Is it better to have multiple websites or one?What are the benefits of having multiple websites?Can one company have multiple websites? Is it better...