I had an idea to cover all implementations in this repository :)
See original GitHub issueWhat do you think:
- Rename this repository to
doom-fire-playground
- For each implementation, create an isolated and self-contained directory, for example
original-implementation-with-table
render-engine-architecture
render-with-canvas
canvas-with-wind-control
- To avoid name clashing, we should use something like what we do with migrations files, for example:
2019-01-04-original-implementation-with-table
2019-01-04-render-engine-architecture
2019-01-05-render-with-canvas
2019-01-17-canvas-with-wind-control
- Since you will have your own directory, you could add a
README.md
file if you wish to explain your implementation.
After this, I can even create a video about this playground or transform this repository into a tutorial to encourage developers to try something, since any experiment will be valid 😃
Let’s do this? 👍
@leocavalcante @mccraveiro @AcePetrucci @brunooomelo @eduardosilvapereira @lucianopf @madureira @ninja85a
Issue Analytics
- State:
- Created 5 years ago
- Reactions:4
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Interfaces for repositories: do or don't?
Having my domain class have a direct dependency on SqlServerUserRepository or MySystem.Data.SqlServer.UserRepository instead of IUserRepository ...
Read more >Better Enhanced Repository Pattern Implementation in .NET C#
Implement a better enhanced Repository Pattern in DotNet (. ... The application needed to have a backend to store all the data processed....
Read more >Repository Design Pattern - Medium
This breaks the idea of having the app or component working with the repository without knowing about the actual implementation.
Read more >Spring Data Composable Repositories - Baeldung
Learn how to use multiple fragments to implement a Spring Data repository.
Read more >Entity Framework 6 Code First - Is Repository Implementation ...
The solution I am proposing here uses generics in the method calls rather than in the repository interfaces & implementations.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Done! At least, as a first step 😃
Sounds good! What do you think to drop the
2019-01
suggested by me? Seems over engineering