Search Results

2
votes

Windows IDE / editor for a beginner

Eclipse might be a good option (if a little overwhelming at first). You obviously need to look at a cross-platform IDE. Eclipse is one of the best in this regard, as well as having support …
0
votes

What’s the best way to organize CSS rules?

I use several techniques: Group by #ID / Class Comment major blocks, using an underscore for easy searching (/* IDName /) Using CSS shorthand helps keep t …
4
votes

What is the biggest problem with software development?

Our biggest problem, in my opiinion and experience, is simply that business refuses to accept our proposed timelines - and we suffer continually for it. YMMV. …
5
votes

What are your weakness points?

I normally pull out a personal trait at that point, like "I want to help others, and don't say no often enough." It helps to take a weak point, and put a positive spin on it. …
0
votes

When writing code do you wrap text or not?

I have VS' line wrap on, but I also manually wrap where I think it works best. Been doing this since my VB days, and using C# has made it easier, if anything. Horizontal scrolling is …
0
votes

Do you program for profit?

Yes, and no. I changed from .Net to ABAP at my employer's request, and worked with it for a year. As interesting as the change was, I weighed up my experience (8 years) with .Net against ABAP, and …
1
vote

How much does common sense affect software development?

I'm not sure if you are confusing "common sense" with "experience". To a large degree I would agree that common sense helps tremendously, at coding level and otherwise, but I have also found that t …