257m to [email protected] • 1 year agoWhat are your programming hot takes?message-square726fedilinkarrow-up1334arrow-down114
arrow-up1320arrow-down1message-squareWhat are your programming hot takes?257m to [email protected] • 1 year agomessage-square726fedilink
minus-square@[email protected]linkfedilink3•1 year agoWhaaat? I program Python with plain vim. C or Java, on the other hand, with a large enough codebase, is unbearable without an IDE.
minus-square@[email protected]linkfedilink1•1 year agoDepends on how large your Python projects are. If you have a million lines of Python code, navigating quickly and directed is invaluable. I used plain vim before for Python projects, but these never grew above 50k lines of code.
minus-squareWord of MouthlinkfedilinkEnglish1•1 year agoYup. Emacs, here, but same thing. Never used PyCharm or any other Python-capable IDE, and I’ve been coding large python projects for the same company for almost a decade.
Whaaat? I program Python with plain vim. C or Java, on the other hand, with a large enough codebase, is unbearable without an IDE.
Depends on how large your Python projects are. If you have a million lines of Python code, navigating quickly and directed is invaluable.
I used plain vim before for Python projects, but these never grew above 50k lines of code.
Yup. Emacs, here, but same thing. Never used PyCharm or any other Python-capable IDE, and I’ve been coding large python projects for the same company for almost a decade.