#csharp #aspnet #awesome #azure #best_practices #clean_architecture #clean_code #composition #dotnet #inheritance #principles #solid
https://github.com/thangchung/clean-code-dotnet
https://github.com/thangchung/clean-code-dotnet
GitHub
GitHub - thangchung/clean-code-dotnet: :bathtub: Clean Code concepts and tools adapted for .NET
:bathtub: Clean Code concepts and tools adapted for .NET - thangchung/clean-code-dotnet
#swift #architecture #composition #modularity #swiftui #testability #uikit #unidirectional_data_flow
https://github.com/pointfreeco/swift-composable-architecture
https://github.com/pointfreeco/swift-composable-architecture
GitHub
GitHub - pointfreeco/swift-composable-architecture: A library for building applications in a consistent and understandable way…
A library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind. - pointfreeco/swift-composable-architecture
#other #ableton #art #classical_music #composition #ear_training #edm #electronic_music #instrument #jazz #livecoding #microtonality #music #music_education #music_history #music_theory #musicology #piano #sound #sound_design #synth
https://github.com/vpavlenko/study-music
https://github.com/vpavlenko/study-music
GitHub
GitHub - vpavlenko/study-music: An "awesome music theory" kinda wiki with books, resources and courses for studying everything…
An "awesome music theory" kinda wiki with books, resources and courses for studying everything about music and sound - vpavlenko/study-music
#swift #architecture #composition #modularity #swiftui #testability #uikit
The Composable Architecture (TCA) is a library that helps you build apps in a consistent and understandable way. Here’s what it does and how it benefits you TCA helps you manage your app's state using simple value types, making it easy to share state across different screens.
- **Composition** TCA makes it easy to handle interactions with the outside world, like API requests, in a testable and understandable way.
- **Testing** It provides a simple API with fewer concepts, making it easier to use.
Using TCA, you can build features in a structured way, define clear state and actions, and easily test your app's logic. This makes your code more maintainable, testable, and scalable.
https://github.com/pointfreeco/swift-composable-architecture
The Composable Architecture (TCA) is a library that helps you build apps in a consistent and understandable way. Here’s what it does and how it benefits you TCA helps you manage your app's state using simple value types, making it easy to share state across different screens.
- **Composition** TCA makes it easy to handle interactions with the outside world, like API requests, in a testable and understandable way.
- **Testing** It provides a simple API with fewer concepts, making it easier to use.
Using TCA, you can build features in a structured way, define clear state and actions, and easily test your app's logic. This makes your code more maintainable, testable, and scalable.
https://github.com/pointfreeco/swift-composable-architecture
GitHub
GitHub - pointfreeco/swift-composable-architecture: A library for building applications in a consistent and understandable way…
A library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind. - pointfreeco/swift-composable-architecture
#javascript #best_practices #clean_architecture #clean_code #composition #inheritance #javascript #principles
This guide teaches you simple rules for writing JavaScript code that is easy to read, reuse, and fix, such as using clear names, making functions do one thing, and avoiding hidden changes. The benefit is that you spend less time confused by messy code, find bugs faster, and work more smoothly with your team because your code clearly explains what it does.
https://github.com/ryanmcdermott/clean-code-javascript
This guide teaches you simple rules for writing JavaScript code that is easy to read, reuse, and fix, such as using clear names, making functions do one thing, and avoiding hidden changes. The benefit is that you spend less time confused by messy code, find bugs faster, and work more smoothly with your team because your code clearly explains what it does.
https://github.com/ryanmcdermott/clean-code-javascript
GitHub
GitHub - ryanmcdermott/clean-code-javascript: Clean Code concepts adapted for JavaScript
Clean Code concepts adapted for JavaScript. Contribute to ryanmcdermott/clean-code-javascript development by creating an account on GitHub.