←back to thread

310 points skarat | 4 comments | | HN request time: 0.21s | source

Things are changing so fast with these vscode forks I m barely able to keep up. Which one are you guys using currently? How does the autocomplete etc, compare between the two?
Show context
dexterlagan ◴[] No.43962306[source]
You need none of these fancy tools if you iterate over specs instead of iterating over code. I explain it all in here: https://www.cleverthinkingsoftware.com/spec-first-developmen...
replies(3): >>43962332 #>>43962530 #>>43984206 #
1. esafak ◴[] No.43962530[source]
That is slow and expensive.
replies(3): >>43964762 #>>43964791 #>>43969172 #
2. dexterlagan ◴[] No.43964762[source]
It sounds slow and expensive, but it ended up saving me a lot of tokens and time. Especially when you want to target multiple platforms at once. For me it was liberating, absolutely night and day.
3. dexterlagan ◴[] No.43964791[source]
Also, keep in mind that you can continue iterating over code while you keep the specs up to date. You can then give the final specs to another LLM to resume work or produce another version for a different platform or using a different framework. I do need to update the article to clarify this.
4. datadrivenangel ◴[] No.43969172[source]
cheaper than the alternatives