Why can't programmers design software?
1–10 of 25 posts
Re: Why can't programmers design software?
#2Because in the precious few hours they have to devote to "pure learning", when between jobs -- they're only motivated to hunker down and bone up the only thing that really matters: the latest tips 'n' tricks for passing all those fun programming quizzes (and the occasional "culture fit" question or two) that are the mainstay of the modern interview process.
Designing real, usable, maintainable ... software? That's much more difficult to "test" for.
Re: Why can't programmers design software?
#3Re: Why can't programmers design software?
#4Because the language discourages it? Language, or pretentious Pidgin in this case, limits thinking.
Re: Why can't programmers design software?
#5Re: Why can't programmers design software?
#6Re: Why can't programmers design software?
#7Re: Why can't programmers design software?
#8Very simple: Because in the precious few hours they have to devote to "pure learning", when between jobs -- they're only motivated to hunker down and bone up the only thing that really matters: the latest tips 'n' tricks for passing all those fun programming quizzes (and the occasional "culture fit" question or two) that are the mainstay of the modern interview process. Designing real, usable, maintainable ... softwa…
Re: Why can't programmers design software?
#9Re: Why can't programmers design software?
#10The best experiences I've had programming are with languages and tooling that make this organic growth and splitting process as painless as possible (Rust in particular is really strong in this aspect). Doing such a thing from the top down (as with Java, where you have to be very thorough with your design patterns and UML diagrams and whatnot) seems unnecessarily difficult and restrictive.