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
The current way of modifying files are both slow and ugly. We load and write the file each time we want to do changes to it.
A better way would be to have file modification methods that loads the file at the setup of a generator and writes at the end by stacking up all the calls or something.
This is important since modifying files is a big part of a generator.
The text was updated successfully, but these errors were encountered:
I would like us to finally get around to exploring this in 1.1. If we're to be a serious scaffolding solution, we should make this process as clean as possible.
The current way of modifying files are both slow and ugly. We load and write the file each time we want to do changes to it.
A better way would be to have file modification methods that loads the file at the setup of a generator and writes at the end by stacking up all the calls or something.
This is important since modifying files is a big part of a generator.
The text was updated successfully, but these errors were encountered: