|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
| Thread Tools |
Rating:
|
Display Modes |
|
#16
|
|||||
|
|||||
|
Re: Favorite IDE/Code editor?
Quote:
|
|
#17
|
||||
|
||||
|
Re: Favorite IDE/Code editor?
|
|
#18
|
||||
|
||||
|
Re: Favorite IDE/Code editor?
Most decent IDEs have a vi mode, so you can get the editing power of Vim and the project management power of an IDE.
|
|
#19
|
|||
|
|||
|
Re: Favorite IDE/Code editor?
Is vi/vim really that impressive? I've been meaning to learn it for a while, but the learning curve has always struck me as not worth it. I never realized it was that popular until now
![]() |
|
#20
|
||||
|
||||
|
Re: Favorite IDE/Code editor?
Quote:
Also since everything is keyboard/shortcut based there are tons of extra features that you can access very quickly, instead of having to remove your focus from your code to navigate menus and such. Because of this there is a learning curve, but if you do a lot of programming it can increase your productivity. Also the Editor War is still ongoing. Last edited by wt200999 : 02-11-2014 at 14:13. |
|
#21
|
|||
|
|||
|
Re: Favorite IDE/Code editor?
Quote:
Of course, everyone has an opinion on editors, and what works well for me may not work well for you... ^]:wq |
|
#22
|
||||
|
||||
|
Re: Favorite IDE/Code editor?
Quote:
|
|
#23
|
|||
|
|||
|
Re: Favorite IDE/Code editor?
Quote:
|
|
#24
|
||||
|
||||
|
Re: Favorite IDE/Code editor?
I think the OP's question needs more scope.
Personally, in my profession:
|
|
#25
|
|||
|
|||
|
I use eclipse as my IDE, but I swear by Notepad++!
|
|
#26
|
|||
|
|||
|
Re: Favorite IDE/Code editor?
Quote:
I left the question purposefully open-ended. It was also slightly loaded, as I was also trying to gauge what types of programming ChiefDelphi-ians partake in. And I can honestly say I've never worked on a project greater thank 3k lines of code D: I can't even imagine anything on that level! If you wouldn't mind, could you say a bit about any projects that you've done involving software that utterly complex? |
|
#27
|
||||
|
||||
|
Re: Favorite IDE/Code editor?
It's a long-running program with 10's of thousands of sensors that must be processed, stored, cached, and displayed in near real-time. There's also a system configuration component, O/S interactions, operator training, and tactical awareness. Its a codebase that started in ~2002 with Java 1.1 and C, and has evolved into 7 programming languages and 11 companies.
We typically have the rare use cases which will be mainstream in the next decade. Things like display sharing, any display anywhere, big data anaylsis via metadata - we typically did it in a different implementation several years before it hits mainstream. I think the first "tweet" the system sent to itself was via legacy code in 1995 or 1996 (short generic message multi-casting, usually including a string which could be decompressed into a longer string that told the code on the other side where to go to get data). I've been off-and-on this project for 8 years now, and there are aspects of it which are great and not-so-great. For example, I'm on a team of 3 working to introduce touch to the system. That's 11 companies who have displays which will all want access to one piece of hardware. The fun days are the days where I invent algorithms to recognize a particular constellation sequence for a gesture. The not so fun days are the ones working through legacy code, refactoring it to get it up to date enough so it can accept these new inputs. |
|
#28
|
||||
|
||||
|
Re: Favorite IDE/Code editor?
A lot of professionals use SlickEdit but it is not cheap
|
|
#29
|
||||
|
||||
|
Re: Favorite IDE/Code editor?
I've been using IntelliJ IDEA by JetBrains for the past 11 years professionally, and the past 3 years for First. It beautifully handles Java, Python, Scala, Groovy, Clojure, and many more languages & frameowrks. This year I'm hoping to get an FRC plug-in written for it so that others can use it easily for FRC work. But I need to wait until I see the changes for the new year with the new controller.
For a C/C++ IDE, take a look at JetBrians new CLion IDE. It's still in Beta, but very slick nonetheless. |
|
#30
|
|||
|
|||
|
Re: Favorite IDE/Code editor?
Quote:
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|