clean-architecture
Here are 1,969 public repositories matching this topic...
Will template be supported for Visual Studio on MAC anytime later? Probably .mpack is needed.
-
Updated
Jul 7, 2020 - C#
-
Updated
Jul 7, 2020 - C#
-
Updated
Jun 22, 2020 - Kotlin
-
Updated
Jun 24, 2020 - Kotlin
-
Updated
Jul 6, 2020 - C#
-
Updated
Jun 9, 2020 - Go
-
Updated
May 22, 2020 - Swift
Hi,
How do you add integration with SDKs that deliver the result to onActivityResult
method of fragment/activity? For example if you'd like to implement Authentication via Facebook SDK you would:
- Create a CallbackManager
- Register it via
registerCallback()
of [LoginManager](https://develope
-
Updated
Dec 4, 2019 - Java
-
Updated
Jul 7, 2020 - C#
Adding links to guides like Node best practices or from RisingStack blog to README seems like a good way to recommend what works well with the app architecture.
I think it would be useful to add a mention about Async streams (IAsyncEnumerable) when a developer wants to tackle 'Handle streams of data' problem.
Even though Manga is a monolith application it would be nice to enable OpenTracing to show how to add it following the Clean Architecture principles.
The Jaeger library is a interesting starting point:
-
Updated
Apr 26, 2020 - C#
It would be nice to have a command to list all the classes included in a layer, ex:
$ deptrac view Controller
3 class found:
- App\Controller\Ctrl1
- App\Controller\Ctrl2
- App\Controller\Ctrl3
-
Updated
Jun 27, 2020 - Kotlin
-
Updated
Jun 22, 2020 - Kotlin
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:
-
Updated
Jul 5, 2020 - Swift
-
Updated
Nov 14, 2017 - Kotlin
-
Updated
Dec 3, 2018 - Java
-
Updated
May 23, 2020 - C#
-
Updated
May 19, 2020
-
Updated
Jun 9, 2020 - Kotlin
-
Updated
Jan 28, 2018 - Java
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
Mar 20, 2017 - Swift
Improve this page
Add a description, image, and links to the clean-architecture topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the clean-architecture topic, visit your repo's landing page and select "manage topics."
It says there is good resources and the first title on the landing page says that those practices are bad and should not be used any more. Maybe find something else to link to make that point?