solid-principles
Here are 401 public repositories matching this topic...
It would be great to have an introduction for each topic so I can understand why that topic is relevant e why I should spend time studying it.
Description
I wanted to request that you migrate your code from Fabric to Firebase.
Basic Information
- Device type: Android
- OS version:
- App version:
What is frustrating you?
The $content-width SCSS variable, found in frontend/src/component/styles/dimension.scss is set to 1200px currently, which works for desktop, but does not make sense for mobile. Components affected are: Header, Footer (but it looks fine since it's centered and just text), Section, and UserShortLinksSection.
Your solution
Refactor so that the `$con
-
Updated
Oct 2, 2018 - Go
-
Updated
Jun 24, 2020 - Python
-
Updated
Jan 21, 2020 - Kotlin
-
Updated
Mar 23, 2018 - C#
-
Updated
May 11, 2020 - Swift
-
Updated
Nov 13, 2019 - PHP
Adding CONTRIBUTING with descriptions and current state.
-
Updated
Mar 15, 2020 - TypeScript
-
Updated
Nov 14, 2018 - C#
-
Updated
Mar 20, 2018 - Swift
why not play animation automatically?
call onStart when onFinishInflate() callback invoke
call onStop when onDetachedFromWindow() callback invoke
-
Updated
Nov 11, 2018 - Kotlin
-
Updated
Oct 28, 2019 - Kotlin
-
Updated
Nov 6, 2019 - C#
-
Updated
Jun 6, 2020 - C#
-
Updated
Apr 8, 2020 - PHP
-
Updated
Apr 17, 2017 - C#
-
Updated
Mar 17, 2020 - TypeScript
-
Updated
Apr 25, 2020 - Kotlin
-
Updated
Jun 5, 2020 - Kotlin
-
Updated
Mar 31, 2020 - Kotlin
-
Updated
Sep 30, 2018 - Kotlin
-
Updated
Jul 24, 2019 - C#
-
Updated
Nov 7, 2019 - Shell
Improve this page
Add a description, image, and links to the solid-principles topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the solid-principles topic, visit your repo's landing page and select "manage topics."
It would be nice to instantiate ValueObjects the same way we instantiate Entities. I suggest we include methods into EntityFactory to instantiate ValueObjects.