d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Does Anyone Work As A Programmer For A Company?
Prev1234Next
Add Reply New Topic New Poll
Member
Posts: 32,925
Joined: Jul 23 2006
Gold: 3,804.50
Jun 14 2013 06:28pm
Quote (Richter @ Jun 14 2013 07:58pm)
haha, who prefers notepad when he has notepad++ xD they seriously deserve to get yelled at


their source control habits are worse...nothing goes to source control until it hits production. so for development/testing, they just copy/paste all the time and they have multiple copies of the files that they have to manage by hand....
Member
Posts: 16,144
Joined: Mar 27 2008
Gold: 14,618.00
Jun 15 2013 05:03am
omg :S
that sounds very unproductive lol :P
Member
Posts: 36,389
Joined: Jul 18 2008
Gold: 3,192.00
Jun 15 2013 07:04am
Quote (Richter @ Jun 14 2013 04:26pm)
when i hear your question i think "why does he ask this question?"
imo you should just pick an IDE and learn coding. when you apply for a job, i don't think they want someone that knows where you press "compile" and "go" and "pause" etc... i think they want an experienced coder.

in another company we had that windows machines where we weren't free to install software... so we always had to fill out a paper for something new... but it wasn't a software company though.

copy paste usually works, yep :) but it's still annoying

maybe you should specify your question more. which programming language? for some languages, some IDE's are just much better


I just thought that if all companies use something like visual studio C++ it might make things easier to code in that and learn all of its short cuts and things. I know it's not a big deal but would make transition into a real job go more smoothly.
Member
Posts: 6,481
Joined: Jul 5 2009
Gold: 0.70
Jun 15 2013 11:22pm
If you end up working for a company that does large projects, you're most likely not going to get to choose an IDE. You'll just conform to whatever the project you begin working on uses because changing based on the preference of a few people is silly. You should make yourself familiar with Visual C++, Netbeans, and eclipse as they are the most common/popular and are all used for different projects where I work.

Honestly though, I don't see a big difference. I don't like Visual C++ much, but to me they're all basically the same thing so it doesn't bother me much.
Member
Posts: 111
Joined: May 19 2013
Gold: 183.09
Jun 16 2013 12:30pm
I'm a programmer for a living, and I code in a polyglot of languages. My boss doesn't really care what IDE/Language that I use for smaller projects, but bigger ones he's a .NET nazi!
Member
Posts: 36,389
Joined: Jul 18 2008
Gold: 3,192.00
Jun 16 2013 02:18pm
Quote (mebeatyou @ Jun 16 2013 12:22am)
If you end up working for a company that does large projects, you're most likely not going to get to choose an IDE. You'll just conform to whatever the project you begin working on uses because changing based on the preference of a few people is silly. You should make yourself familiar with Visual C++, Netbeans, and eclipse as they are the most common/popular and are all used for different projects where I work.

Honestly though, I don't see  a big difference. I don't like Visual C++ much, but to me they're all basically the same thing so it doesn't bother me much.


Okay thanks. Eclipse was the other one i wanted to try out.
Member
Posts: 2,757
Joined: Nov 26 2007
Gold: 1,214.81
Jun 17 2013 07:06am
I work as a programmer and we all use Eclipse, mainly for it's SVN plugin (makes it extremely easy to share code).

You will most likely have to adhere to the IDE they tell you to use if you're working with other programmers. If you're working on a project alone, you can probably use whatever you want.
Member
Posts: 2,478
Joined: Jan 4 2007
Gold: 7,545.00
Jun 17 2013 09:37am
My company is .Net so we o course use Visual Studio. We can't really use anything else, and why would I want to anyways. Visual studio is pretty god damn awesome.
We also use TFS... for our source control... so again, Visual Studio. Just makes life easier when everyone uses the same stuff for big projects.
Member
Posts: 5
Joined: Jul 2 2013
Gold: 0.00
Jul 2 2013 06:50pm
We use eclipse as a standard, you are welcome to apply for an exception, but we have so many Eclipse plugins and hooks that using anything else would be highly unproductive.
Member
Posts: 11,637
Joined: Feb 2 2004
Gold: 434.84
Jul 3 2013 06:57am
Use what your team uses. Don't be that guy because everyone else is going to hate you when you have to pair program. At our shop we use IntelliJ IDEA.
Go Back To Programming & Development Topic List
Prev1234Next
Add Reply New Topic New Poll