|
|
|
|
|
by swlkr
1231 days ago
|
|
There have been incremental improvements lately that might lead to code in a db instead of flat files at some point in the near future: - rise of autoformatters - language servers decoupling editing from editors - all in one build tools (cargo, go) This might be case of happens slowly then all at once. It's not an insane jump from LSPs to new editor UIs and since the code is formatted on save, people care less about the minutiae of 80 char lines. |
|