logoalt Hacker News

jimbokuntoday at 2:55 PM1 replyview on HN

I really appreciated this overview of when to use an IDE vs an ADE:

https://ctx.rs/ade-vs-ide

TLDR: use an ADE if you need multiple agents working concurrently on your code base. Otherwise IDE with an agent plugin is probably fine.


Replies

luca-ctxtoday at 3:29 PM

Glad it helped!