question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I had an idea to cover all implementations in this repository :)

See original GitHub issue

What do you think:

  1. Rename this repository to doom-fire-playground
  2. 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
  3. 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
  4. 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:closed
  • Created 5 years ago
  • Reactions:4
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

2reactions
filipedeschampscommented, Jan 18, 2019

Done! At least, as a first step 😃

image

1reaction
filipedeschampscommented, Jan 18, 2019

Sounds good! What do you think to drop the 2019-01 suggested by me? Seems over engineering

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found