You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a common problem between the Loklak and SUSI project. Every changes made to the core components has to be backported to SUSI. The problem of this is backporting is a tricky job and can lead to misconfiguration, regression, "whoops I forgot something". Which adds to the development hell.
I'm proposing separating the common components that SUSI and Loklak uses and make that into a common web framework used by both projects.
Pros:
Reduces mistakes
Reduces development time
Enables other developers to use the same library to leverage their own applications
Cons:
Hard to do
Sometimes it's annoying to add the feature into the common library while working on something
The text was updated successfully, but these errors were encountered:
yukiisbored
changed the title
Seperate Loklak into a common Web application API
Seperate Loklak common components used by SUSI into it's own library
Sep 15, 2017
This is a common problem between the Loklak and SUSI project. Every changes made to the core components has to be backported to SUSI. The problem of this is backporting is a tricky job and can lead to misconfiguration, regression, "whoops I forgot something". Which adds to the development hell.
I'm proposing separating the common components that SUSI and Loklak uses and make that into a common web framework used by both projects.
Pros:
Cons:
The text was updated successfully, but these errors were encountered: