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
While i was working on GGUI for the past six months i have tried to make my resulting code more professional, also on my job i have also learned a lot about how to make production ready code and configuration, and so i wanted to integrate what i had learned into my side hobbies too, including Evie.
What changed?
Where this total rewrite will include my new skills and the following code from it, the same base ideology will stay the same. Syntax and features from old Evie will be transferred and worked upon.
What do i expect?
Fun, since i love coding and creating stuff, but also better maintainability for the whole code base.
Why not just a new branch and not a total new repo?
The Evie has a long history if different versions and iterations, before it was Evie it was called GAS. The history branch contains 800+ commits and the main branch contains on top of it 100+ commits, and since Evie was my first c++ project it also had some really bad practices in it, like having other large exe files and obj and almost anything committed and pushed to git, making the repo about 1.10Gig in size. Even tho i could rebase it, i don't want to lose the "history" of it, thus a new repo.