Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:The more simple you make it the less complex it (Score 1) 876

I don't think it's the lack of complexity that makes Visual Basic applications so lousy, in general. I think that it's the ease of use of Visual Basic that facilitates all sorts of people with no training or core programming competency building complex applications. Don't blame the tools, blame the makers. It is possible to write solid application code in Visual Basic. Easier to use, accessible tools make for worse programmers making programs. It's not the simplicity of the tools so much as their ease of use. The same goes for Access.

Comment Re:The more simple you make it the less complex it (Score 2) 876

you can't produce something complex with something simple

I beg to differ. Machine language and assembly code is some of the simplest computer language there is, but it's the basis for all of the higher level programming languages. In an ARM processor there are only 34 commands. From this are derived all sorts of esoteric and mundane high level language operations.

Comment Re:Dreaming of code? (Score 2) 533

I've taken interesting jobs that don't pay well in the past (ie not the going rate) and even though I've enjoyed those jobs, I find that eventually I will become resentful. I don't want to, but when you see other people in the same market making substantially more than you it's hard not to. Nowadays, I look at the salary surveys and ask for the median for the position and experience. No more, no less, and I explain to the interviewer this is why I'm asking what I'm asking. So far, this approach has been received positively by interviewers and hasn't seemed to lose any job offers for me.

Slashdot Top Deals

The Tao is like a glob pattern: used but never used up. It is like the extern void: filled with infinite possibilities.

Working...