Y
Hacker News
new
|
ask
|
show
|
jobs
by
chii
364 days ago
how do you prevent lock-in when choosing?
1 comments
haiku2077
364 days ago
If you can build, test and run your project entirely from the command line you're never locked in. Every project I've worked on in the past decade has not enforced a choice of editor, and most have been portable to 2-3 OSes.
link