florentinl / giga

Modal text editor project for the CentraleSupélec Programming Course in group with @GerfautGE
https://florentinl.github.io/giga/
MIT License
2 stars 1 forks source link

make git integration semi-synchronous #59

Open florentinl opened 3 months ago

florentinl commented 3 months ago

It must feel direct when typing (e.g. compute the new diff when a new line is changed for example) but still execute periodically in the background.

GerfautGE commented 3 months ago

Why do you need to execute it in the background if it can be synchronous ?