Open
Description
We currently have two implementations of e.g. TE platforms: one here, and one in the TechEmpower repo. The code is mostly the same, but there are some differences; this leads to constant laborious synchronization of the two, to keep them from diverging etc.
Why not have just a single source base, which we can sync by just copying code wholesale from here to there?
Note that there are two main data-related differences:
- We have Dapper and EF, the TechEmpower code doesn't.
- The TechEmpower code has MySQL (behind #ifs), we don't.
We can unify to have everything, but not necessarily run e.g. Dapper/EF at TechEmpower.
Metadata
Metadata
Assignees
Labels
No labels