da_cow (she/her)@feddit.org to Programmer Humor@programming.dev · 20 hours agoIt do be like thatfeddit.orgimagemessage-square148fedilinkarrow-up1504arrow-down147
arrow-up1457arrow-down1imageIt do be like thatfeddit.orgda_cow (she/her)@feddit.org to Programmer Humor@programming.dev · 20 hours agomessage-square148fedilink
minus-squareraspberriesareyummy@lemmy.worldlinkfedilinkarrow-up1arrow-down1·14 hours agoYou clearly haven’t done much backend or middleware development.
minus-squareJohanno@feddit.orglinkfedilinkarrow-up1·13 hours agoIt depends. You don’t want to write Java or kotlin in a text editor and gather the terminal commands for compiling and stuff when you could use an ide for that. However there is not much difference writing C in an editor and compile it with make than using an ide. But in both cases I would prefer an ide. The only reason why I would not use one is when there are incompatibilities or other special setups that make using an ide more work than an editor
minus-squareraspberriesareyummy@lemmy.worldlinkfedilinkarrow-up1·13 hours ago“it depends” is something I can agree on.
You clearly haven’t done much backend or middleware development.
It depends.
You don’t want to write Java or kotlin in a text editor and gather the terminal commands for compiling and stuff when you could use an ide for that.
However there is not much difference writing C in an editor and compile it with make than using an ide. But in both cases I would prefer an ide.
The only reason why I would not use one is when there are incompatibilities or other special setups that make using an ide more work than an editor
“it depends” is something I can agree on.