-
**Dependency Inversion**
يعتمد هذا المبدأ على تحويل التبعيه
dependency
بحيث يصبح ال
low level (supclass)
هو الذي يعتمد على ال
high level (superclass)
ويتم تطبيق هذا المبدأ من خلال استخدام ال …
-
Written on 01/17/2018 10:51:36
URL: https://nsscreencast.com/episodes/316-solid-dip
-
-
Hi all,
`Abstractions should not depend on details. `
Here we're violating this by using the concrete implementation of the collection interface.
If in the concrete implementations we change Lis…
-
Có chút nhầm lẫn khi new luôn InterbankSystem trong PaymentController
![image](https://user-images.githubusercontent.com/52229424/104130334-f1777d00-5324-11eb-99b3-e0eadffd1249.png)
-
**Note**: This is probably a bit of a nit, and others might not share my opinion.
Here's the current "Good" example illustrating the SRP:
```js
class UserAuth {
constructor(user) {
this…
-
-
I want to start an open discussion about this topic because it's not clear for me what could be a good solution for this problem.
With 01c40221440a592dc875189e20c6335fd0bf91d6 I wrote:
> This gi…
-
* pyshotgrid version: v1.0.1
### Description
Currently the core module is a giant monolith which I build, because I ran into massive import loop issues. Turns out by using the [dependency invers…
-