Slashdot Mirror


Which Language Approach For a Computer Science Degree?

wikid_one writes "I recently went back to college to finish my CS degree, however this time I moved to a new school. My previous school taught only C++, except for a few higher level electives (OpenGL). The school I am now attending teaches what seems like every language in the book. The first two semesters are Java, and then you move to Python, C, Bash, Oracle, and Assembly. While I feel that it would be nice to get a well-rounded introduction to the programming world, I also feel that I am going to come out of school not having the expertise required in a single language to land a good job. After reading the syllabi, all the higher level classes appear to teach concepts rather than work to develop advanced techniques in a specific language. Which method of teaching is going to better provide me with the experience I need, as well as the experience an employer wants to see in a college graduate?"

88 of 537 comments (clear)

  1. Hobby by sopssa · · Score: 5, Insightful

    After reading the syllabi, all the higher level classes appear to teach concepts rather than work to develop advanced techniques in a specific language.

    It's great that you have it like that. Its the concepts that matter more than just teaching some language dependant pack of tricks. Languages can always be learnt afterwards and quickly, and they also tend to change during years. Concept stay somewhat the same, and those are what you need to understand. I wish I would had the same kind of program in school.

    I also feel that I am going to come out of school not having the expertise required in a single language to land a good job.

    Usually programmers are quite self-taught. Schools can teach you concepts and languages, but the real knowledge comes from when you're interested in it and try out and do stuff. Yes, this means you should have some interest in coding at home for your pleasure too, as a hobby. I would think that programming would being really really boring if you dont have the interest to learn yourself or even program your own stuff at home.

    You didn't mention if you do programming yourself, but if you dont you should start to. Start coding some games yourself or stuff you think are useful to you. Or learn PHP and start coding websites. You can even start to make some cash out of it, either by selling your software/game, running websites or coding as a freelancer. Try out things.

    However the most stupid approach is to think you should be awesome in one language and lack everything else. Usually you need combination of different languages and better understanding generally. Read some programmer job listings and you see how they always contain lots of different thingies and qualities they're looking for. Programming languages used at work will most likely change aswell (Java was hot in some apps programming years ago, but C# and other languages have been stealing position from it). This is why you want to have the general understanding instead of just knowing tricks&tips of one language.

    1. Re:Hobby by morgan_greywolf · · Score: 5, Informative

      Agreed. Programming concepts are far more important than any particular language. It's important to understand at more than one programming paradigm: object-oriented programming is the paradigm de jure (C++, Java, C#, Python), but also understand a traditional imperative structured approach (C, Bash) and a functional approach (Lisp, Scheme) as well. Note that these languages are only examples: Python is actually a mixed-paradigm language that supports imperative structured programming and functional programming in addition to OOP, for instance.

    2. Re:Hobby by Kell+Bengal · · Score: 3, Informative

      'De jure' means "concerning law": http://en.wikipedia.org/wiki/De_jure, but I think you are correct and he meant 'du jour'.

      --
      Scientists point out problems, engineers fix them
      altslashdot.org: The future of slashdot.
    3. Re:Hobby by SignalFreq · · Score: 2, Insightful

      Which method of teaching is going to better provide me with the experience I need, as well as the experience an employer wants to see in a college graduate?

      As others have said, learn the concepts.

      You should also find a class that requires group programming. Learn how to interact with fellow programmers, how to operate within a team environment, and how to document your thoughts and processes. I've found that social skills are very valuable in any organization.

    4. Re:Hobby by fishbowl · · Score: 3, Insightful

      >If I went back and redid my education there is just one major thing I would have done differently: I would have learnt python from the beginning.

      I would have taken some business courses, enough to learn the nomenclature of manufacturing inventory control and supply chain management, and also some senior-management level finance and accounting courses. This is what slowed down my career as a software developer. It doesn't matter how well you know IT and programming; if you have to rely on the expertise of others to understand the business, you will always be subordinate to them.

      --
      -fb Everything not expressly forbidden is now mandatory.
    5. Re:Hobby by m6ack · · Score: 5, Insightful

      I thought of posting this separately, but I really wanted to echo sopssa. What you have is a "GOOD THING" at this school.

      You are getting a well rounded education in concepts, like object orientation, functional programming, scripting, and sand-boxed virtual machines. You're also getting closer to the metal with C and Assembly (Preferably Intel Protected mode?) -- and that's very cool.

      My avenue was the hobby route, but I never really spent my time on the net. I'm an engineer by trade, but I found myself gradually learning coding within my organization more and more. I chiefly program now in sed, python, C++, and VBA; but the mix changes on a periodic basis. I write standard libraries, and a lot of filters and scripts to automate much tedious work within my organization... I try to program so that whatever application I write can be run on any OS -- though some of my stuff lately works best on Linux. (Linux is OK, because people can log into the workstations from their Windows PC's). Cross-platform and Open is the way to go, because you never want to force your customer to disrupt his work-flow to use your tool, and you want your customer to be able to figure out what you're doing and take over support as much as possible.

      So, with my scripts, a lot of people internally at my company have become my customers. This work has taken over much more of my job as my rep built... And now we do about an order of magnitude more work than we used to with a single engineer. The tedium of filling out spreadsheets or copying by hand is largely a thing of the past. So much work is being done so quickly that the vendors that we work with are getting very nervous that they will be able to keep up with what we are doing -- and with us us targeting multiple vendors in our work-flow they are very worried about competition.

      One other thing I learned -- we can learn much from the "Old Ways." What a horrible, nasty, terse, poorly documented -- and absolutely wonderful gem -- sed is! How nicely does it fit in with the UNIX toolkit: regular expressions with VIM, grep, and find; and roughly stapling things together with xargs and bash! You learn one thing by doing another, and you become so much more productive. Recently, I had to do a remote debugging session over a slow link. There were 50 engineers in the room, and a tag-team of 3 driving the remote system. How nice it was to have VIM there -- hacking stuff with only a few keystrokes to select and change lines on the fly, rather than having to wait a minute to click and select via some GUI. We were extremely successful and productive. I got promoted because of this -- because I drove the creation of tools, and because I learned to become proficient in the "Old Ways."

      Because you are not established within a company, you'll have to find another avenue to get yourself noticed, and you'll have to find another way to find your niche. I think that the best way for you to get noticed is to find some Open Source project on the net to dig your fingers into. You build your rep., and you find your niche -- find out what you like, and keep doing it. Let your direction change as you find out what your interests are. Keep learning new ways of doing things, and don't be afraid to experiment with crazy ideas. Make a positive contribution to how things are done -- make something better from the inside out.

      I like this quote from Daniel Phillips (Tux3): "A weak coder becomes a strong coder by reading code and writing code every day for fun."

    6. Re:Hobby by moranar · · Score: 2, Funny

      Or maybe he did want to say 'de jure, which has some sort of relevant meaning in the phrase, too. Just to save you the embarrassment of looking so stupid in the future.

      --
      "I think it would be a good idea!"
      Gandhi, about Internet Security
    7. Re:Hobby by stevied · · Score: 2, Insightful

      Amen. So long as you understand the concepts, it's very easy to learn a new language, or resume using an old one that you haven't touched for a few years. A pocket-sized language quick reference on the desk is sometimes necessary, and perhaps for the useful monstrosity that is C++ you'd actually need a copy of Stroustrup, as there are (far too) many wrinkles, but that's about it.

      Incidentally, looking at the original list, C basically is portable assembly..

    8. Re:Hobby by Mr2cents · · Score: 4, Interesting

      Although I am an embedded developer, I really found db knowledge useful. I usually keep my data structures in at least second normal form, I find it helpful in avoiding problems. For the rest, this is my advice: learn performance estimations thoroughly, it will save you from future embarrassment. Learn how algorithms work with data structures, this knowledge can be widely applied. Learn about language properties, like static/dynamic typing, functional/imperative, structured/OO/logical programming, ... These will allow you to take on the right mindset when confronted with a new language. There are so many languages, that if you bet on any single one of them you are just limiting your options. Don't worry, just learn.

      --
      "It's too bad that stupidity isn't painful." - Anton LaVey
    9. Re:Hobby by bobstreo · · Score: 2, Insightful

      Well I'd add that learning assembly is handy, it helps you understand what all the levels
      of obfustication (umm I mean abstraction) actually mean in the languages you learn.

      Languages are a toolbox. If all you have is a hammer (java) all your problems will
      end up getting solved by whacking the problem until it's bent.

      Of course back in the slightly older days, we learned structured programming in Pascal.

      It was higher level classes and independant study classes we learned object oriented languages,
      software engineering (the art of covering for the lame person on your team) and things
      like OS design, hardware design...

      I can pick up most "new" languages pretty quickly, quickly enough to fix other peoples code.

      Oh and make sure there is an opportunity to COOP or intern somewhere. Actual experience is worth
      a lot to potential employees.

      It isn't how good the schools classes/instructors/equipment are. It's how much you make of them.

    10. Re:Hobby by Anonymous Coward · · Score: 2, Funny

      Or maybe he did want to say 'de jure', which has some sort of relevant meaning in the phrase, too.

      Sure, and if you reach quite a bit, it might even be taken as deeply insightful in some philosophy of computer science sense... if, however, your basic reading comprehension skills are up to snuff, then by context "du jour" fits perfectly, and makes much more sense after reading the entire post.

      Just to save you the embarrassment of looking so stupid in the future.

      Right back atcha, Sparky :)

    11. Re:Hobby by samkass · · Score: 2, Insightful

      The original poster is using the term "Computer Science" but seems to be expecting a "Computer Programming" degree. The latter is often a 2-year associates degree at your local college. The former is a grounding in the science and mathematics of computation such that any language is just some syntax details that describe the same concepts you'll learn in your theory class.

      --
      E pluribus unum
    12. Re:Hobby by complete+loony · · Score: 5, Insightful

      If there is a single language that is not taught enough for real world experience, it's SQL. Just about any business programming job is going to involve storing and reporting on data. While a CS degree is going to give you a basic introduction to SQL, I feel that SQL should be introduced earlier and worked into more of the assignments you are asked to write.

      --
      09F91102 no, 455FE104 nope, F190A1E8 uh-uh, 7A5F8A09 that's not it, C87294CE no. Ah! 452F6E403CDF10714E41DFAA257D313F.
    13. Re:Hobby by Glendale2x · · Score: 2, Interesting

      I'll second this. The CS department where I did my undergrad was under the engineering banner. I was told many times in different classes that the goal of the program was to teach us how to solve problems as engineers, not churn out code monkeys. I did Java, C, C++, Lua, Lisp, Smalltalk, 8051 assembly, and some others I can't remember. The CS program formally taught C++ for the first two classes, but those were the only two (and their labs) that was strictly focused on learning to code. The rest of the classes were "solve this problem" and however you implemented it was up to you. Some were even "solve this same problem in several different languages". Learn to solve problems. Languages come and go.

      --
      this is my sig
    14. Re:Hobby by iamhassi · · Score: 4, Insightful

      "not having the expertise required in a single language to land a good job."

      I answered this a few months ago on another post. I'll just link to my old post so you guys can follow the links, but I copied and pasted it below. Languages to know are C/C++ and Java, everything else is derivative.

      "Since anything you're taught about computers is mostly obsolete in a few years..."

      You're not a programmer, are you? I ask because no programmer would ever say that.

      The C programming language came out in 72 [wikipedia.org], and C++ came a few years later [wikipedia.org]. Both are in the top three most popular programming languages [tiobe.com] "based on the number of skilled engineers world-wide, courses and third party vendors" and they make up 25% out of the top 20 languages in the list. Although the number one language, Java, makes up 19%, it "derives much of its syntax from C and C++" and Java came out in 1995 [wikipedia.org].

      Other sources say C is still responsible for nearly 50% of new open source projects, followed by Java with 28%. [theregister.co.uk]

      So even if you took a programming class 30 years ago it would still very much apply today.

      --
      my karma will be here long after I'm gone
    15. Re:Hobby by complete+loony · · Score: 2, Interesting

      It's not learning about SQL I have an issue with, I just think CS grads should have more exposure and practice working with it.

      A CS grad get's quite a bit of practice coding in C / Java / etc. I just think SQL is a very useful language that a programmer could use a lot more practice with. I think a reasonable compromise would be to teach the basics of SQL early in a CS course and use databases for source data in the smaller assignments that students must complete.

      From my own point of view, writing code to read and write to files is a very small part of what I do. But I'd say about half the job of any business data entry / reporting application / web site is working with databases and sql.

      --
      09F91102 no, 455FE104 nope, F190A1E8 uh-uh, 7A5F8A09 that's not it, C87294CE no. Ah! 452F6E403CDF10714E41DFAA257D313F.
    16. Re:Hobby by BrokenHalo · · Score: 2, Insightful

      In any case, this is beside the point. Programming is more a craft than a science, and doing it well requires craftsmanship. This is a quality that is built up as a result of frequent (and long) practice, and ultimately it doesn't really seem to matter that much what language you use. Sooner or later you will more or less settle on a main language, but attempting to predict what languages you will end up using at the end of a degree course might be like trying to predict next year's weather.

      Your degree is supposed to be giving you an EDUCATION. If all it does is train you to be a monkey with only one skill, then it is doing you a disservice, no matter how immediately you are able to join the workforce afterwards.

      So while learning one language (especially C or C#) thoroughly is a great idea, a well-rounded background is a good way to prepare you for the future. If your interviewer is so inflexible as to not recognise the value of that, you probably don't want that job anyway.

    17. Re:Hobby by Nefarious+Wheel · · Score: 2, Insightful

      Finance is all about mathematics, which suggests FORTRAN.

      Umm, reality isn't so clear-cut. Finance software (the non-transactional stuff, which is *lots*) is generally written in VBA - as in "open Excel spreadsheet, write macro, alt+F11, fiddle with macro". A disturbing amount of the world's financial software is based on the two-tonne macro. (Sucks really, but there I was. Apologies to the poor sod who had to maintain that.)

      That said, a lot of the quantitative stuff is very dusty-deck FORTRAN running on old Alpha VMS machines accessed through bastardised Telnet wrappers. Yes, a lot of procedural business was written in COBOL and a lot of ugly FORTRAN too, and it's still with us. One interesting aspect of the old VMS systems was the common calling sequence - it was dead easy to link FORTRAN or BASIC PLUS modules in a COBOL program, or vice versa. This led to some fairly interesting support tasks.

      For new stuff, pick what seems to have the best syntax and decent performance for what you need and run with it. For the existing stuff, it could bloody well be anything. How good are your Powerhouse skills? IFTRAN? LOLCODE? SMURF? (Ok, I made that last one up. I hope...) Advice? Learn two or three. Your interviewer may not expect you to know the ZIPPIQUICK they need but experience in one or three other languages (even *shudder* Pascal) will convince them you're a programmer and not just a call centre operator with a good memory for buzzwords.

      --
      Do not mock my vision of impractical footwear
    18. Re:Hobby by symbolset · · Score: 2, Funny

      It's not learning about SQL I have an issue with, I just think CS grads should have more exposure and practice working with it.

      Programming 252: Understanding SQL. ....

      Lab objective 3: Port PostgreSQL source code to one of the following languages and pass regression testing.

      • APL
      • COBOL
      • FORTRAN
      • Lisp
      • Perl
      • QBASIC
      • SNOBOL
      --
      Help stamp out iliturcy.
    19. Re:Hobby by complete+loony · · Score: 2, Insightful

      Another thing that was certainly missing from my own CS curriculum (admittedly 10 years ago) was practical experience with using source control systems. I'm not trying to suggest that using source control or SQL should require an extra semester subject, just that the way contrived assignments are designed should be similar to the way real world applications are written.

      --
      09F91102 no, 455FE104 nope, F190A1E8 uh-uh, 7A5F8A09 that's not it, C87294CE no. Ah! 452F6E403CDF10714E41DFAA257D313F.
    20. Re:Hobby by Xiaran · · Score: 3, Funny

      My worst one is grad saying things like "Why would I need to know what a binary tree(Insert any kind of very fundamental data structure or algorithm here) is... thats all taken care of in the library".

  2. Your school is right by enrevanche · · Score: 5, Insightful

    A CS degree is not about making you a monkey that can program only one language. It is about learning how to think. The multi-language approach will ensure that you are exposed to many ways of representation.

    The "real" world will train you how to be a monkey well enough.

    If knowing one language well enough to get a job, a certification in Java, C# or whatever will serve your simian side better. Use the knowledge in the diversity in languages to tell potential employer that you can quickly learn to program in whatever environment is required.

    1. Re:Your school is right by sixoh1 · · Score: 5, Insightful

      There are two kinds of CS degrees, one tends to be more like a MSCE type degree aimed at getting you employed in a job shop. Typically you'll find these at ITT or University of Phoenix. Frankly, as an employer of CS folks, I can tell you these degrees are not worth the paper they are written on, and they rarely offer job security, they teach you to be a 'cog' instead of an independent thinker.

      The second type sounds like your new school. These are more complex and are more like an engineering degree which is about a solid practical basis (tools) and good breadth so you know where to start when some thing new comes along. I dont expect a proper CS graduate to "know" anything or be really ready to work on their own immediately, but I do need the to be able to work at learning the new things independently. The workplace is too varied and complex for college to teach you the important things, but I cannot take the time to spoon feed a neo when there is a deadline bearing down.

      The first parent post has another thing exactly right, if you develop your own skills by doing some hobby work, that is where you can get the 'practical' skills you seem to crave. The bonus there is that you can prove to a prospective employer that you have the one thing colleges and trade schools cannot possibly teach: drive. There is absolutely no specific coding technique that can make up for a lack of drive.
       

    2. Re:Your school is right by ari_j · · Score: 4, Insightful

      I agree. This question has been asked on Slashdot more than once. Probably more than once in the past week. Every time, it's someone thinking that becoming adept at one language is the path to zen. Here are a couple of analogies to the question presented here:

      I want to learn how to build houses. Should I learn how to use a screwdriver or should I go with the hammer?
      I want to learn how to fix cars. Should I learn all about the carburetor* or should I focus more on the brake pads?
      I want to be a linguist. Should I become fluent in Latin or Japanese? Why does this accredited linguistics department insist on me taking all sorts of philosophy and linguistics classes, when I should be learning a language?

      * - For the benefit of the people who consistently reply to my analogies involving carburetors that carburetors are obsolete and not in common use, please note that that is the damn point of my using them in this analogy.

    3. Re:Your school is right by Anonymous Coward · · Score: 5, Funny

      I want to learn how to fix cars. Should I learn all about the carburetor* or should I focus more on the brake pads?

      Brake pads, if you have to pick just one, because all cars have brake pads, but carburetors are obsolete and not in common use.

    4. Re:Your school is right by FishWithAHammer · · Score: 2, Funny

      To me it's akin to a literature major being able to write very well in one human language.

      Most can't.

      --
      "You can either have software quality or you can have pointer arithmetic, but you cannot have both at the same time."
    5. Re:Your school is right by pyite · · Score: 4, Insightful

      but I also think it's important for a graduate of a 4-year CS degree to be an expert in at least one.

      I've used this quote time and time again on here, and I'll use it again: "Computer Science is no more about computers than astronomy is about telescopes." -- Edsger W. Dijkstra.

      And this one is completely appropriate to, as to why Knuth uses MIX/MMIX in his books and not some other language. The same thing applies exactly to a university program of computer science:

      "Moreover, if I did use a high-level language, what language should it be? In the 1960s I would probably have chosen Algol W; in the 1970s, I would then have had to rewrite my books using Pascal; in the 1980s, I would surely have changed everything to C; in the 1990s, I would have had to switch to C++ and then probably to Java. In the 2000s, yet another language will no doubt be de rigueur. I cannot afford the time to rewrite my books as languages go in and out of fashion; languages aren't the point of my books, the point is rather what you can do in your favorite language. My books focus on timeless truths."

      Being in expert in one programming language is fine if you just want to be a programmer. If you want to be a computer scientist, it's neither necessary nor sufficient.

      --

      "Nature doesn't care how smart you are. You can still be wrong." - Richard Feynman

    6. Re:Your school is right by anagama · · Score: 2, Funny

      my car doesn't have break PADS, it has break shoes!

      my car doesn't have break PADS, it has break shoes, you insensitive clod!

      I'm just glad my car isn't broken.

      --
      What changed under Obama? Nothing Good
    7. Re:Your school is right by GlassHeart · · Score: 4, Insightful

      I think you may be taking Dijkstra out of context. While it's important not to be tied to the physics of contemporary computers, his own algorithms do make assumptions about the machine that might implement them. For example, many problems are trivially solved by a infinite number of infinitely fast CPUs, but that doesn't get us anywhere. Take the simple binary search, for example, and you'll see the core assumption that comparisons are expensive. It is in that sense that computer science is about computers, although it must not be limited to what contemporary computers can do.

      But more to the point, Knuth is an expert in programming. He wrote TeX, one of the most famously bug-free* programs in existence. I agree completely with his point of not getting bogged down by the language du jour, but I'm not talking about the language du jour. I'm talking about a language.

      Do you actually know of a good computer scientist who can't program?

      * US$327.68 awaits.

    8. Re:Your school is right by cptdondo · · Score: 2, Interesting

      You know, when I went to school they absolutely drilled us in bleeding edge techniques of the time. On graduating, I found that it took fully 15 years for the commercial world to catch up to my progamming style. (And, no the language is utterly irrelevant.)

      Once OOP became common, I had to go and learn new concepts, only to find that they're really the old concepts.

      There's only so many ways to do something. How you express it is really a matter of choice and toolkit available.

      Learn the concepts; forget the language. Drill the theory, the ideas, the process, and allow the expression to come forth using whatever toolkit is current.

  3. Go to a "trade school" for that. Not a university by themeparkphoto · · Score: 2, Insightful

    They shouldn't teach any language. Seriously. Maybe a hypothetical one like MIX or MMIX, but not an actual language. They should teach math instead.

  4. Does it really matter? by VincenzoRomano · · Score: 2, Insightful

    Find a serious computer science course.
    The choosing among languages will be more a matter of taste than of actual contents.

    --
    Maybe Computers will never be as intelligent as Humans.
    For sure they won't ever become so stupid. [VR-1988]
    1. Re:Does it really matter? by realeyes · · Score: 2, Interesting
      To some extent, it does matter. I think every programmer, and definitely every developer, should have a taste of assembly language. After helping to maintain a TCP/IP stack that was written almost completely in assembler, I work in higher level languages and think about how many assembler instructions get executed for loops and function/method calls, and how much memory is used by each variable. Having developed and coded several apps where performance was a priority, I look back on that experience as the best prep I could have gotten.

      Also, language matters in choosing a career path. If you want to work on virtualization or embedded systems, you should have a good knowledge of C/C++. But if you want to work on web/cloud apps, you should know Perl/PHP/Python and/or Java. And that doesn't mean just being able to compile successfully. You need to understand in depth such things as exception handling, libraries, file and memory management, data validation, web and database interfaces, etc., etc., etc. Sure you learn this on the job, but knowing about it coming out of school puts you ahead of the competition.

      Several other people have mentioned working on a project on your own. I suggest that you look for a project that interests you at SourceForge. Even if your work doesn't end up being used, you should at least learn something.

      Finally, there are two issues that I think get too little attention, both in school and at work: documentation and security. For these, you need to do some research. Everyone I know has complained about the doc or stupid error messages for apps they are trying to use. But most of those same people also complain about having to keep doc up to date whether they are programmers or admins. It's up to all of us to make it better.

      Security is more complicated. Everyone talks about best practices, but if you ask 10 different people what that means, there will only be a little bit of overlap. Those of us who consider ourselves to be professionals (ie. expect a paycheck for doing the work) need to take responsibility for improving computer security. Leaving it up to the anti-virus vendors doesn't cut it. For programmers, here is a great start:

      http://dwheeler.com/secure-programs/

      So think about where you would like to go in your career, do some research on the skills needed for that, and take advantage of the opportunity to learn more than the minimum you need to get the job done (the OJT credo).

      Later . . . Jim

  5. C# and Bing by Anonymous Coward · · Score: 5, Funny

    The skills that are in highest demand is the ability to write code in C# and to use Bing. C# is now the dominant choice among the new-wave languages (which includes Java) that appeared after 1990. What employers want to see is the ability to write a C# program to automatically issue requests via HTTP to Bing to query the WWW and to retrieve the search results.

    1. Re:C# and Bing by value_added · · Score: 4, Funny

      What employers want to see is the ability to write a C# program to automatically issue requests via HTTP to Bing to query the WWW and to retrieve the search results.

      I've seen those job postings. The problem is most employers require at least 5 years of Bing experience.

  6. Too dumb to realize new school is better by ehack · · Score: 4, Insightful

    New school teaches every language + programmming concepts and our poster complains - maybe the new gen kids are unteachable.

    --
    This is not a signature.
    1. Re:Too dumb to realize new school is better by maxume · · Score: 2, Insightful

      Old timer makes wild extrapolation, maybe the old really are feeble minded.

      --
      Nerd rage is the funniest rage.
    2. Re:Too dumb to realize new school is better by story645 · · Score: 2, Insightful

      New school teaches every language + programmming concepts and our poster complains - maybe the new gen kids are unteachable.

      I'm probably new gen (ripe old age of 21) and I think new school rocks. My school attempts a theory/practical balance by giving classes in basically one or the other and just putting an about equal amount of each in the core and fails miserably at teaching anyone not already interested in comp sci anything 'cause most of the ones just in school for a job take the practical courses where they can cut+paste their way to a half decent grade. (The best were the guys who've worked in industry but don't know any concepts.) This guy's just a newbie if he doesn't get that buy learning the concepts, a lot of the more complicated parts of any language become more accessible. I've seen the "language for resume" attitude from plenty of guys in my classes 10/20 years my senior (public school and all that) and complaints about the lack of conceptual knowledge from guys my age and younger. Interest to actually learn comp sci has to do with attitude, not age.

      --
      open source modern art: laser taggi
  7. Maybe you're the wrong place by Ritchie70 · · Score: 4, Insightful

    Despite what many believe, a CS degree is not about learning to program. A CS degree is about learning the theoretical and mathematical constructs that programming is based on.

    If you know those basics, the language is largely irrelevant.

    C is Pascal is Java is JavaScript is VB is C# is C++ - it's mostly syntactic sugar if you ignore the objects, and even the objects are similar. If you can't swap {} for () or begin-end or whatever, you have no hope of being a decent programmer.

    If you're looking for vocational programming training, find a vocational school. It's that simple.

    --
    The preferred solution is to not have a problem.
    1. Re:Maybe you're the wrong place by Anonymous Coward · · Score: 3, Informative

      Absolutely, and I'd like to expand on that idea just a little. There is a great deal of confusion about "the computer field" right now, largely because it is just now really being differentiated within the business world. Essentially, there are three fields: IT; Programming; Computer Science.

      IT is about how to use the software that exists. This includes pairing it with specifics types of hardware and other software. This is knowing the best way to use a plowshare out in the field.

      Programming is about making the software. This includes the specific language being used, how to set up the environment the software will run in and making the code work. This is knowing how to heat and hammer the iron into the desired plowshare.

      Computer Science is about designing the software. This is engineering, scaling from deciding the hardware to use to the language to use, to the data structures and optimizations, all before the software exists (or, when the problem is being addressed). This is knowing how to think about a plowshare and create the idea of the plowshare (or improvements) and then explaining it (drawings, diagrams, etc.).

      Each of these is a discrete skill, although knowledge in one will help ability in another. As this differentiation of the field becomes clearer, more understood and considered, answering your question as to what languages/degree programs will become easier. It's a matter of what you want to do or what you need to hire someone to do.

      More people understanding this will alleviate alot of pain in the software business and in university.

  8. Go with the way your new school does it. by KiltedKnight · · Score: 4, Insightful

    OK, let me put it to you this way:

    Let's say I'm a hiring manager and conducting interviews for junior programmers.

    If you get your degree from the first school, I'm only going to hire you if I need a person who's going to write the code he's told to write. I'm never going to assign stuff to you that requires you to do any kind of analysis.

    If you get your degree from the school to which you transferred, you are far more likely to get hired into a position with a lot of growth opportunities. You will have not only know some of several languages, you will also have a good background in abstract concepts.

    The problem with most schools today is that they focus far too narrowly on one topic instead of teaching the concepts necessary to handle what tasks are placed in front of the graduates. There have been several articles about the "Java schools" and how the graduates of them can barely program their way out of a paper bag because they don't have the broader information necessary to do a proper analysis. Sure, with modern languages you can often "ignore" things like memory management and code optimization. Unfortunately, all too often I've seen what happens when things are written by people who have no understanding of how to apply basic concepts... when something should be a compiled application... when something should be a simple shell script (mind you, the person who did this thinks that a compiled program with calls to "system()" make this a "system program" and doesn't even know how to write a shell script... I am going to have to clean up that mess in the near future)... and even when to use what language.

    No one language is the be-all and end-all of programming. Each language is a tool. You don't normally use a screwdriver to hammer in a nail or as a chisel... so why should you use C or C++ to write what is better written as a shell script? Why would you use Java to write something that requries careful memory management? (Yes, I know some people would just put the question mark after "Java"... :) ) Because it's all you know how to do? Guess what... either you're not getting the job for which you just interviewed or I'm going to have to go hire someone else to augment my team to do what you should've been able to do... which means when it comes time for RIFs, you're name is going to go towards the top of the list because you can only minimally contribute to the team.

    --
    OCO is Loco
    1. Re:Go with the way your new school does it. by KiltedKnight · · Score: 2, Informative

      If I want to hire someone who can solve problems I'm not going to hire a CS major. I'll go for a physics or engineering major first who has shown he has the ability to code.

      Actually, I would hire a CS major... depending on what my needs are. When I interview the more experienced candidates (I'm not the hiring manager... just one of the team members who interviews people to see what the letters "BS" on their resume actually mean), I give them an abstract problem and I want to see their problem-solving skills. Yes, there's a lot of technical work, but there's also some things about their gut instincts I like to see too. Do they know where to look? Do they even have an idea or two? Can they start with the most basic solutions before moving on to the more in-depth ones? That is what experience teachs you... that you should start with the simplest answers before going to the most complex.

      As a fresh-out-of-school kid, I want to see if you're open to that concept. I'm also going to see if you can tell me what asymptotic notation is and how it applies to an algorithm or a series of algorithms... I need to know if you know what a pointer is... pass by value vs pass by reference... I'll have you write a code sample, or maybe just some pseudo-code, to solve a quick problem.

      In my experience the kids who couldn't hack the more rigorous studies transferred into CS. Or they're the kids who liked to "play" with computers but don't understand that they're just usable as a tool.

      Not entirely... and again, it depends on the school where the degree was earned and when. I still remember the days of the CS students cursing at the terminals when logging in to the UNIX mainframes (AT&T 3B series of overgrown data switches) because they couldn't get the linked list program to work. Yes, the course taught C programming, but it also taught intermediate programming concepts like the beginnings of data structures and recursion. (Pascal and "structured programming" were the previous semester.) Come from a school whose curriculum goes into these things and I'll recommend you over someone coming from a "Java school" any day.

      --
      OCO is Loco
  9. Re:Go to a "trade school" for that. Not a universi by minsk · · Score: 3, Insightful

    Not unless trade schools suddenly get better, and software engineering programs suddenly become ubiquitous.

    And not while most students learn better by implementing parts of the theory. And not while employers expect them to be half-competent coders.

    And, well, not :)

  10. Wrong Focus by nmb3000 · · Score: 3, Interesting

    After reading the syllabi, all the higher level classes appear to teach concepts rather than work to develop advanced techniques in a specific language.

    Which is exactly as it should be. The focus of a CS degree should not be "how to write a program in as many languages as possible". If you want that, go read Wikipedia or this. I tend to think that the goal of the degree should be (more or less) threefold:

    - Weed out people who have no business programming. For those who can it seems crazy, but there really are people who just cannot seem to think logically or in an algorithmic fashion. They should be gone after the first or second class.

    - Teach those unfamiliar with programming at least a single language to act as a starting point and as a language to be used in later classes. It used to be that C/C++ was the definitive standard for this since you could mix both high and low level techniques, but lately it seems like most places are starting off with a garbage-collected language such as Java, Python, or C# and then moving to C or C++ later on. In either case, after being 3-4 classes in, the student should be well versed in at least one language. Ideally those still left that should not be programmers would be gone after this point, but as anyone in the field will tell you, this sadly isn't the case.

    - Stop teaching languages and start teaching algorithms, techniques, and the 'engineering' part of software engineering. At the end of the day it doesn't matter how many languages you know if you can't use any of them in real-world team-based programming of large and complicated projects. You also get into the more specialized areas you are interested in such as graphics, AI, computational analysis, etc.

    Some of my least-favorite CS classes were about language and programming theory and while they aren't real exciting or fun, they do make you really think about good solutions to a problem and not just sitting down to "hack something together". Additionally, all the assignments were language-agnostic, so you could program in whatever you wanted as long as you completed the program spec.

    In short: a decent program should be able to sit down and pick up an unfamiliar language without too much trouble, so I wouldn't worry too much about what language you learn first. What's important is that you lean to program well -- after that the language just doesn't matter that much.

    --
    "What do you despise? By this are you truly known." --Princess Irulan, Manual of Muad'Dib
    /)
  11. Wrong question by marnues · · Score: 3, Interesting

    We can't help you unless you tell us what job you want. If you want a job from a computer science degree, then you shouldn't be worried about language specific concepts. Those are for code monkeys. If you want to be a code monkey then you probably want a different degree. My degree is in Computer Engineering (though it has a much greater CS bent than EE). I came out of college knowing that I would never work in a higher level language than C. I didn't need roadblocks to perfect hardware control. Now I work as an "Application Developer." I design and write code from the ground up. I had a much more difficult time picking up the specifics of Java than my Software Engineer and Programming degree'd brethren. But because of my background I finally understood why higher level languages were made. None of my co-workers appreciate the simplicity and elegance of sticking to a pure OOP model (since we work on our own projects, the lack of collaboration has made the Software Engineers lazy). None of them understand exactly what the JVM is or how the Garbage Collector works. They worry about optimizing code down to removing method calls when we're doing networking...they don't understand that the nanoseconds saved by not making the method call not only makes the code more difficult to read, it also has no appreciable effect since the SNMP call before it took milliseconds (sometimes even seconds).

    Almost more important to any of that though is the changing nature of the business. The 2 Computer Programmer degrees on the team are having a very difficult time moving to the new Java EE standards. We'll be picking up Glassfish v3 and Java EE 6 here soon and will have to update our code. I and the Software Engineers are rejoicing since we understand the benefits even though it means more learning and more work in the short-term. The Computer Programmers on the team are annoyed since they have to learn new concepts and re-work code.

    So, do you want to be stuck to the language specific concepts that will make you readily employable? Or do you want breadth of knowledge that enables you to do pick up any task? The choice is yours. But your question is lacking until we know this.

  12. Languages don't matter by erikharrison · · Score: 5, Insightful

    I make the hiring decisions at my company. I check to see if people can solve complex problems. I don't care what language you know. You can learn PHP in a couple of hours. Sure, your first 5.000 SLOC are going to look like whatever language you know best, but right out of college your first 5.000 SLOC are going to suck anyway.

    Learning a bunch of languages has the advantage that you learn what concepts are universal to programming and what are just entrenched in the language, but what really matters is learning to think algorithmically, no matter how many languages you know, be it one or one thousand.

    It sounds like you've already made your decision about which school you're attending, you just want some assurance that this education won't be wasted. Let me assure you that it won't.

    1. Re:Languages don't matter by Glonoinha · · Score: 4, Insightful

      Machine generated code doesn't count.
      According to my experience over the years I'd say that 100 lines of code* per day is about average for good developers over the life of a project. Yea that's 12.5 LOC per hour, sustained. My unscientific findings support the research by IBM, et.al for what that's worth.

      * That's 100 lines of code that actually provides computational value towards function points of the application - not machine generated code, not getters and setters, not formatting web pages - real work. It also includes the time testing, documenting, debugging, and getting the code working in an integrated fashion with the rest of the code by other developers.

      --
      Glonoinha the MebiByte Slayer
    2. Re:Languages don't matter by ameline · · Score: 2, Insightful

      I agree,

      A long time ago now (mid 1980s), when I was interviewing for one of my first programming jobs, the interviewer asked me what was different about C vs other languages.

      My answer was that is it easier to spell. :-)

      The interviewer looked a little puzzled -- I explained that while I was trying to be funny, I was also being serious -- C is not really any different than any algol type language. If I could identify any way in which it differed, I would say that in C, the pointer is the primary datatype, where in other languages of this family, this is less true. And that C had a very minimilast approach to the core language, preferring to leave heavy lifting to the standard library, as opposed to building things into the syntax of the core language. But that these are mere subtleties.

      The fundamental difference remains that it is easier to spell. :-)

      --
      Ian Ameline
  13. Re:well if you want employment by thenextstevejobs · · Score: 3, Insightful

    I've been a SQL

    Stop right there. This is probably some of the best advice you'll get.

    Of course, it depends on what you want to do. But for the standard, current-track Internet/Cloud/Distributed blah blah blah, many people are dreadfully bad at SQL for how much it applies to their job.

    That said, haven't we had enough of these language posts? You can google this and you'll see the same arguments spread out since the birth of the Intarwebs. Everyone has doubts about the language that their using when they don't know many, and want to know what to use.

    Just be glad that you didn't attend a program that only taught you Java and never showed you how operating systems really work or what a pointer is. That is a great start.

    As someone whose worked in a few of the largest software companies, I can tell you that this really isn't a big concern. You won't get tested on the vagaries of a programming language in an interview. They want to know exactly what you're being taught: that you understand the theories and concepts underlying what you are doing. Projects never use only one language. You often need some glue (Perl, Python, Ruby, etc) and some 'lower-level' code (C++, Java), some data storage (SQL), and maybe a dynamic web page or two (PHP).

    Get an internship. This was the best way for me to learn where I fit in on a development team, what sort of thing I felt inadequate at compared to my co-workers, and learned the place of programming language in the work environment. By the time you've gotten your second or third job, most people don't list languages on their resumes anymore.

    Once you know a few languages, it shouldn't take you more than a week or two to pick up a new language. On the topic of being an 'expert' at a language, that probably isn't important for your first job. What you need is strong foundations, a good attitude, and hopefully avoiding a tendency to break all the existing code.

    If you're really passionate about programming, you'll probably pick up a few languages and be enthusiastic about one or another at a time. I'm currently on a big C++ and Perl kick, as well as loving debuggers in lieu of print statements.

    If you're not passionate about this and you want a good 40 hour a week job where you only need to know a thing or two, I don't know what to tell you. I've found this field rewarding because the limit is only how much I'm able to learn and apply. And I've found my employers have recognized that.

    Use the right tool for the job. Write readable code in whatever language you write in. Good code is easy to understand, efficient, and concise.

    Put on your flame-retardant mecha-suits, this thread is about to get spicy.

    Final note: Do everyone a favor and learn how to use grep and other Unix tools to do simple data transformation tasks.

    --
    Long live the BSD license
  14. Re:Go to a "trade school" for that. Not a universi by happyemoticon · · Score: 5, Insightful

    That's like saying an Art MFA shouldn't teach any actual art in any particular medium, just hypothetical art.

    There IS a distinction between the "craft" of programming in any particular language and software engineering, but in order to become a software engineer, you need to work through the medium of the language. That's the only way to access it. Knowing how to paint in oils doesn't make you a good artist, but you do have to start making art in some manner in order to get there.

  15. Re:Go to a "trade school" for that. Not a universi by Anonymous Coward · · Score: 3, Interesting

    It's a difference between "Computer Science" which is technically about the math and algorithm problems of programming and "Software Engineering" which involves actually implementing things and understanding how data structures work. Many software engineering programs are incorrectly sold as computer science programs because the two were originally one and the same. As computers got better the distinction becomes very obvious. GP is just being curmudgeonly about it.

  16. You should be asking a different question by azav · · Score: 4, Insightful

    Learn how to work on a team, work with QA, and learn how to deliver products.

    That's what you need to be asking.

    --
    - Zav - Imagine a Beowulf cluster of insensitive clods...
  17. Wrong Major by daemonc · · Score: 4, Insightful

    If after a year or more of college, you think OpenGL and Oracle are programming languages, maybe CS isn't the right major for you.

    As others have suggested, try a trade school or community college. They will be happy to teach you to be a single language code monkey, without bogging you down with complicated high-level concepts like "what is a programming language?"

    --
    All that we see or seem is but a dream within a dream.
  18. Algorithms and Data Structures by PleaseFearMe · · Score: 5, Insightful

    Learn about Binary Search Trees, Red Black Trees, Bubble Sort, Quick Sort, Heaps, etc. Those are the important things to know. Bob Dylan is not famous for knowing English grammar and spelling. He is famous for what he does with them. Teach him Chinese, and he can most likely make amazing songs in Chinese as well. You didn't go to college to learn grammar and spelling. You can learn that in elementary school. Instead, you're going to college to learn how to use the language to create amazing things. It is an abstract level above the syntax level you see on the computer screen, and it is something crucial that anyone learning anything in college _must_ understand.

    1. Re:Algorithms and Data Structures by serviscope_minor · · Score: 4, Funny

      Learn about... bubble sort...

      No, don't. Seriously. If you are at all capable, then *forget* about bubble sort. Erase it from your mind, with surgery if need be.

      --
      SJW n. One who posts facts.
    2. Re:Algorithms and Data Structures by Mad+Merlin · · Score: 3, Insightful

      You learn about bubble sort just so you can understand how terrible it is (and how much better quicksort is).

    3. Re:Algorithms and Data Structures by caywen · · Score: 2, Funny

      Huh? I thought Bob Dylan was singing in Chinese all this time. Must have been mistaken!

    4. Re:Algorithms and Data Structures by snookums · · Score: 5, Informative

      Actually, you learn about bubble sort so you can understand where is might actually be a valid choice -- i.e. where you need to sort a small set in place with minimal use of stack space or other temporary storage.

      --
      Be careful. People in masks cannot be trusted.
    5. Re:Algorithms and Data Structures by quanticle · · Score: 2, Insightful

      Learning about Bubble Sort will also teach you how much better it can be than Quick Sort for certain applications. While Quick Sort is asymptotically faster, the difference between Bubble Sort and Quick Sort is negligible for small data sets (e.g n=100). Indeed, for very small data sets (e.g. n=10) Bubble Sort is better than Quick Sort because it has much less overhead.

      --
      We all know what to do, but we don't know how to get re-elected once we have done it
    6. Re:Algorithms and Data Structures by digitalchinky · · Score: 3, Informative

      I thought you only learned sorting algorithms and methods purely so you could impress the dick doing the interview? For all other times you use google, just like everyone else :-)

    7. Re:Algorithms and Data Structures by UncleFluffy · · Score: 2, Funny

      Learn about Binary Search Trees, Red Black Trees, Bubble Sort, Quick Sort, Heaps, etc. Depends entirely on what you plan to be doing when leaving school. These algorithms are seldom used when programming things like business apps. In fact I don't think I can ever recall implementing a search algorithm as you mention after school.

      This is why my future employability as a hardware guy is guaranteed. Thankyou.

      --

      What would Lemmy do?

    8. Re:Algorithms and Data Structures by Blakey+Rat · · Score: 4, Insightful

      You learn it for that reason, then you never, ever use it because instead you use the .Sort() build-in to the toolset you're using. As you should.

    9. Re:Algorithms and Data Structures by Pseudonym · · Score: 4, Interesting

      About 80% of the software engineering market is about fixing the impedance mismatch between half a dozen off-the-shelf legacy systems and getting them to work together. This is the world of customer requirements, filing bugs with vendors, business rules, sorting out SQL variants, .NET and TPS reports.

      The other 20% is in writing those systems or stuff you can't get off the shelf for people who really need it. This is the world of R&D, resource management, high-performance, real-time, scientific, numeric, visualisation, embedded, crypto, machine learning, metal, speed and danger.

      Now, which of these do you want to do for a living?

      Last year, I was writing firmware for nanotech devices. I implemented shell sort. Do you remember shell sort? I'm glad I had a broad CS education which told me what it shell sort was, because it was exactly the right trade-off (small-to-medium amounts of data, with practically no working memory to spare).

      This year I'm helping find disease outbreaks before they happen. I had to implement a suffix array. Do you remember what a suffix array is and what it's for? I didn't learn this as an undergrad (that was a while ago), but thanks to my broad CS education, I knew what I needed to find out.

      A pilot will probably never have to safely ditch an airliner in the ocean at any point in their career. But there's no way in hell that I'm hiring one that doesn't know how to do it.

      --
      sub f{($f)=@_;print"$f(q{$f});";}f(q{sub f{($f)=@_;print"$f(q{$f});";}f});
    10. Re:Algorithms and Data Structures by epine · · Score: 2, Informative

      Yes, the purpose of bubble sort is to prove theorems. I recall reading that bubble sort was introduced as an *optimal* algorithm on a Turing machine. Yet schools manage to teach bubble sort without commenting on its odd status, as if it one of the sorting methods found in every programmer's tool box. I haven't written a bubble sort once in two decades. Quick sort, heap sort, radix sort, and insertion sort are the real work horses.

      Speaking of radix sort, a wise CS student puts an asterisk beside the claim that the algorithmic complexity of sorting is O(N log N). While this is formally true, the merits of "formally true" in this case are greatly overstated.

      If you look at the ratio of L1 cache size to physical memory on almost any machine made in the last thirty years, you'll find that for sorting a list of primitive scalar elements (machine integers, pointers, or floating point) you almost never need more than a 3-pass radix sort.

      A 16kB L1 cache will hold 2^11 long integers. A three pass radix sort is good for up to 2^33 elements. A 64kB L1 cache increases your three-pass list size to 2^45 elements. The day you install your first 1TB memory stick, do you think your L1 cache will be smaller than 64K? Any takers?

      The performance of radix sort on any practical machine is as follows:

      O (N log (N, base=N^(1/k))) = O (k N)

      where k is usually 2 or 3, and hardly ever greater than 4 (for the situations where radix sort is preferred), unless you are talking about a class of machine never constructed where bubble sort is theoretically optimal.

      Theory is good, but hone your BS detector.

      Also, bear in mind that if your CS detector poses the exam question, as one of my Waterloo instructors once did, to draw circles, squares, and triangles around the automatic, static, and heap based allocations in a C program according to the convention on page 200 of your mandatory text book, the only thing your instructor is teaching you is what's easiest for him to test.

      That text book was crap, I never cracked the cover once after I dismissed it, so I didn't know that the circle is the universal conceptual designation of a static variable.

      One factor is whether the syllabus is conceptual or applied, the other factor is whether the teaching itself is meaningful or a meaningless exercise in jumping hoops.

    11. Re:Algorithms and Data Structures by modmans2ndcoming · · Score: 2, Funny

      You like assembly programming don't you.

    12. Re:Algorithms and Data Structures by Blakey+Rat · · Score: 3, Interesting

      It's really bothering me that there's so many postings here talking about sorting data. It's a freakin' solved problem. There's already a Sort() function in every language/framework under the sun.

      Why do so many programmers love to re-invent the wheel constantly? To un-solve the solved problem? To write their own instead of using the one that Javascript, or C++, or .net, or whatnot provides in a single freakin' line of code? Ugh.

      If you're constantly re-inventing the wheel, you can't move on to the really fun stuff, like the Porsche 911.

    13. Re:Algorithms and Data Structures by Nazlfrag · · Score: 3, Insightful

      They didn't reinvent the wheel for the Porsche 911, but they did custom design and engineer it. If you cannot custom design and engineer your own sorting algorithms you will never make a sports car, only a bodykit for a VW.

  19. Re:Go to a "trade school" for that. Not a universi by 0xdeadbeef · · Score: 2, Insightful

    They should teach math instead.

    Good god, man, have you seen a mathematician's code? It's worse than that of electrical engineers!

    Programming is a craft, and it requires study, it requires practice, and it requires a holistic perspective. It is more akin to architecture than mathematics, despite the fact that is so heavily reliant on mathematical theory.

  20. Python is the future by Phroggy · · Score: 4, Insightful

    As a Perl lover it really pains me to say it, but Python appears to be really taking off. You're going to start seeing Python used by businesses in the same way that they've been using Java over the past decade.

    --
    $x='S24;r)>63/* h@<5+oZ)32"5cz';$me='phroggy'x$];
    $x=~y+ -xz+\0-Tx+;print$_^chop$me for split'',$x;
  21. call them on the phone by sneakyimp · · Score: 3, Interesting

    Find one or two companies that does the work which interests you, call them up, and ask them what languages they use. Chances are they'll need everything from PHP, Java, Actionscript, Javascript, SQL, or .NET for the web site to C++, Objective C, J2ME, or something else for computers, mobile phones, and game consoles. Seriously, just call them. Make sure you make a distinction between the various positions they have. A single company might have hundreds of programming positions, each of which specializes in some particular thing. A friend of mine who interviewed at Microsoft in the 90's met someone whose entire job was practically dedicated to the print preview dialog box for MS Word. Another friend of mine works for EA or some other game company here in LA. A typical task for him is to prevent that flanging sound when two players fire the same weapon in rapid succession in a first-person shooter. He tends to specialize in audio-related coding.

  22. 3 Languages are a good start by wiredlogic · · Score: 2, Interesting

    I think a CS major today should be conversant in at least three languages by the time of graduation. At a minimum you should have knowledge of an assembly language to better understand how a microprocessor really works, a monolithic scripting language like Python or Perl, and a systems language like C, C++, or Java. From there it becomes easy to add on what you need as you need it because you begin to recognize toe commonality in how things are done between different languages so you just have to absorb the new syntax for the most part.

    --
    I am becoming gerund, destroyer of verbs.
  23. Re:Go to a "trade school" for that. Not a universi by Anonymous Coward · · Score: 3, Insightful

    But timothy didn't ask about a software engineering degree. He asked about a computer science degree. Computer science is the study of the topics of mathematics that relate to computation. CS programs should teach theory, algorithms, data structures, complexity, computability, logic, and the like. I disagree with themeparkphoto, though, because I think that programming languages are a very useful tool to teach these concepts. But they aren't the goal, they are only the means.

  24. Not a bad list by PCM2 · · Score: 3, Interesting

    Everyone's knocking the poor guy for being an idiot, but give him a break; he's a first-year student. That aside, actually this list seems pretty decent.

    • Start off learning Java, a mature, object-oriented language that is widely used and is also fairly strict about syntax, structure, etc... a good way to get the foundations.
    • Once he's got a little more background in programming, he can pick up Python and dick around with new concepts more quickly.
    • Next comes C ... if someone graduated college with a CS degree having never worked in C, I'd think something was wrong. Notice, also, that they're slowly drilling down into lower-level concepts. At this point in the game he might start poking around inside some major OSS packages.
    • Oracle PL/SQL is obviously not like any of the other languages in this list, and by the time he gets there he should realize why and also appreciate gaining some experience with databases.
    • Learning Bash says to me that they're introducing him to some basic system operations, which he'll want when he starts hacking away on Linux systems (which is inevitable).
    • And finally assembly language -- at this point he might be learning the fundamentals of device drivers or embedded systems, and how computers really work.

    A student could certainly do worse. If anything, given this whole list, I'd hope that the school is even more focused on concepts than he's complaining about. You shouldn't be learning about embedded systems programming if you don't have a good understanding of data structures, for instance. If they're doing it right, "learning" all these languages will basically mean picking them up on your own, and class time will be devoted to concepts.

    --
    Breakfast served all day!
  25. You have been blessed by SL+Baur · · Score: 2, Insightful

    Do not take this golden opportunity and flush it down the toilet. A specific programming language is irrelevant to skill in programming.

    (Writing as someone who has interviewed programmers for positions before).

  26. Re:You are in a CIS program, not a true CS by hibiki_r · · Score: 2, Insightful

    With only one language, chances are that that most graduates' knowledge of basic concepts will be too biased by the lens of their single language. How easy is it to think of functions as parameters coming from a language without closures? If everything you do is compiled, how can design by capability ever make sense? Not to say about how little one can teach about maintainability and readability if one is stuck in one language.

    While it's silly to force students to use a different language in every single course, making sure that every student has tried to use at least a few different languages: An assembly, a C descendent and a dynamically typed language. Competence in 3 languages is probably not too much to ask from graduates, and still provides more perspective than a single language education

  27. Any Language in a storm...... by sam+i+am · · Score: 2, Insightful

    University does *not* teach you to program. Employers know (or should know) this, so don't worry about that.

    My gut feeling is that the more languages you learn, the less you are locked into one way of thinking. The only language that every computer science major needs to learn is assembler. Many Universities do not teach assembler and the students come out with some weird ideas about how computers actually work.

    Most of my work is in C, and my concept of hell is teaching pointers to comp sci students who have only worked in java :(

  28. Re:Find another major by Animats · · Score: 2, Interesting

    Take it from me, a computer science degree definitely won't help you get a job.

    He may be right. Which is sad.

    I'm not complaining personally. I've been fortunate enough to do plenty of good computer science over the course of a long career. I've done everything from networking theory to proof of correctness to autonomous robots. I've done web stuff, too, and today write mostly Python, so I'm not stuck in the past.

    But new graduates, especially if they only have a BS, are going to have trouble finding a good career. Most of the basic problems in the field have been solved, and the ones that remain require deep specialization before you can make progress. The previous poster is right; employers want a bunch of buzzwords, because much of programming at the working levels today is knowing how to interface with a huge collection of ever-changing APIs, and those take time to learn.

    A century ago, the stationary engineers who set up factories to run on electricity and steam had the same problem. In 1870, that was cutting-edge technology. By 1910, factory owners just ordered motors and hooked them up. Today, it's a union job.

    There are good computer science problems to work on today, but it's hard to find a job that needs them solved. There's great stuff going on in machine learning. Game AIs could get much better. Robotics is finally starting to work. Computer vision is getting very good. There's a whole world of interesting technology associated with semiconductor design automation. But 99% of working programmers won't get into those areas. They'll be stuck doing e-commerce sites forever.

    The smart young people I know all seem to be going into either bio or law. A few years ago, some of them were going into hedge funds, but that seems to be over.

  29. Communication is most important of all! by rlk · · Score: 4, Interesting

    In the debate about concepts vs. specific languages, one thing is missing: the most important skills in the "real world" are communication skills. It hardly matters how good of a programmer you are; if you can't communicate, you're going nowhere. That means being able to speak clearly and coherently, write well, understand and respond to other people's communications, and so forth. You could be a god-like programmer, but if nobody can understand what you're doing, your code won't be of much use and you won't be asked to do anything of interest because nobody will know what you can do. One of the best CS classes I took at MIT, about 25 years ago, had no programming or even design component whatsoever. It was called Computer Systems Engineering, 6.033 if I recall correctly. The common joke about it was that it was a humanities class. That's because the work involved reading a substantial body of material each week (often some of the major foundation papers of the field) and writing critiques. There were in addition two term papers, which involved architecting a solution to a particular problem (no design work here -- just the architecture). My observation was that students either loved it or hated it. The ones who hated it were the ones who just wanted to get down and dirty with coding. The ones who liked it were the ones who had good communication skills who wanted to really understand the field.

    As far as the language issue goes, are you looking for a trade school or a professional education? Languages will come and go. If you have a sound technical base, you can pick up the fundamentals of any new language quickly enough, and languages constantly evolve anyway (C++ today isn't what it was 10 years ago, and who knows what the language de l'heur will be in 2 years, anyway). I learned JavaScript a few years ago while hacking on an internal tool to generate bug reports (something I've used for years to assist me in managing projects) -- someone wanted a more interactive experience. I'm no JavaScript expert, but I picked up the basics quickly enough -- and more importantly, because of my basic background in interface design, algorithms and optimization, my reporting tool is very fast, and the JavaScript can be used by anyone else in the company who wants to do similar manipulations on HTML tables. Similarly, I learned Python about 6 months ago because a planning tool I wanted to use was written in Python, but I wanted to add some new features, speed it up, and fix some bugs. No classes, no books, just reading the code and doing some Google searches when I needed to learn more about wxPython. When I was an undergrad, the only programming classes offered by the CS department used Scheme and CLU -- two languages with no significant commercial value even then (at that time, the commercially interesting languages were Fortran, Cobol, and C). Why? Because those languages had features that were particularly good for teaching the desired concepts.

    Also, learning programming isn't very expensive. As others have said, you can learn a lot on your own at the cost of the computer that you already have. Better yet, you can create or work on something useful in the FOSS world.

    When I've interviewed candidates for engineering jobs (both as a manager and as an engineer), I've never been concerned with "what languages or libraries does this person know". Depending upon the seniority of the person, I'm looking for good reasoning capability, ability to execute, and ability to communicate. I hired a fantastic engineer out of school. What set her apart from everyone else was her ability to explain why she did something. She didn't merely recite her class projects, she explained why she made engineering choices that she did in a way that was more than enough to demonstrate her technical chops, and her explanations were clear, and she could answer questions in a way that showed real understanding. Since my group was distributed (most of the people were on the other side of the country), communication

  30. My suggestion... by yoursurrogategod · · Score: 2, Insightful

    I'd say Python. I grew up on C++ and Java. VB .NET was the next step. At the moment I'm infatuated with Erlang. I've dabbled in Python, but ever since I discovered Erlang I dropped it. Python is a nice way to start things off. It's very powerful and yet very easy to build simple applications. It's great to learn new stuff in and has plenty of reference material online and in stores. I'd recommend you pick something up that teaches you about parallel processing (Erlang or just general message queuing systems.) The reason being is that with even more cores, this will be the next big problem to overcome (on a daily basis) in computing.

  31. Re:Other "language skills" you may need by The+End+Of+Days · · Score: 2, Insightful

    Technology is not a zero sum game. The existence of Indian programmers does not prevent good programmers in any other country from getting work. Good is the key. Improve your game, it's a better tactic than racism.

  32. Re:I would also like some advice by mustafap · · Score: 3, Funny

    >Try telling your neighbor about Jesus and showing them the gospel and show them the greatness in your life that you have gained by following The Truth.

    and they will move out within a a week.

    Bloody good idea. No one wants to live next door to bible bashers.

    --
    Open Source Drum Kit, LPLC deve board - mjhdesigns.com
  33. Computer science? by bitemykarma · · Score: 2, Interesting

    Are you trying to learn computer science, or are you trying to learn a trade?

  34. Re:I would also like some advice by Jerry · · Score: 3, Informative

    No one wants to live next door to bible bashers.

    You mean "Bible thumpers". Bible bashing is what you are doing.

    --

    Running with Linux for over 20 years!

  35. Bible Bashing by gd2shoe · · Score: 3, Insightful

    Close. Bible bashing is a heated argument between two people of differing faiths where they each try to win by claiming specific passages in the Bible that back them up. It usually gets ugly. The Bible is reinterpreted and misinterpreted so thoroughly that it cannot be used to quell such a discussion. To use a net term - Bible bashing is a religious flame war where the ammo of choice is scripture.

    It's a bad practice (I believe: an evil one). It should be avoided.

    Your definition of Bible thumping is common and appropriate. I think the etymology of the term is different from those who engage in the practice, though. Many pastors literally slam their Bible into the podium as they preach (Making a loud "thump"). On the other hand, I don't think the major proselytizing religions usually do that. I'm not sure why that term stuck to the wrong group of people. (probably historical significance somewhere)

    --
    I won't join Slashcott. OTOH, If Beta goes live, I just won't be back until it's fixed. Sorry Dice.
  36. Do you really mean for the science? by Cerebus · · Score: 2, Insightful

    Or do you mean for a job?

    The two are not necessarily the same.

    I found languages like Lisp, Prolog, and Smalltalk to be of the most use for learning the science. These are not your sweatshop languages, though.

    On the plus side, if you learn the science, learning a new language isn't tough.

    --
    -- Cerebus
  37. Re:Wait till Perl 6 comes out! by Phroggy · · Score: 2, Insightful

    When Perl 6 comes out, there will be a tsunami of developers falling over themselves to abandon everything else and port everything over to the new uber scripting language.

    No, there won't. Few people, outside the inner circle who are actually developing the language and building its tools, care about Perl 6 at all. Once it's released in a stable form, some people will switch to Perl 6, but other people will switch to other languages (since existing code won't be entirely compatible anyway). Many will just continue using Perl 5, because it's good enough. And of course, most people who are using other languages will continue to do so.

    --
    $x='S24;r)>63/* h@<5+oZ)32"5cz';$me='phroggy'x$];
    $x=~y+ -xz+\0-Tx+;print$_^chop$me for split'',$x;
  38. MUMPS! by Mumpsman · · Score: 2, Funny

    "having the expertise required in a single language to land a good job"

    If, first and foremost, you are concerned about landing a programming job, it helps to know what industry you're looking to enter. Healthcare and Electronic Medical Records are hot topics right now with a lot of money, private and public, backing it. IT adoption in Healthcare is seen as a panacea for all that ails, and while I may not agree with that directly, there is certainly a lack of trained programmers willing to work in the field. Most EMRs are decades old and use MUMPS as the back end.

    http://en.wikipedia.org/wiki/MUMPS

    It's quirky, "old" and not OO, but if it's a JOB you want, there's worse things out there than helping deliver better care through M programming.

    --
    No battles to the death are recalled. Mumpsman can hit to attack and cause brainsmashing.
  39. Different Paths Same Destination by servognome · · Score: 2, Interesting

    Bob Dylan is not famous for knowing English grammar and spelling. He is famous for what he does with them. Teach him Chinese, and he can most likely make amazing songs in Chinese as well.

    There is a difference between an intimate understanding and just translating the words. Dylan was great because he mastered the English language to not just follow the rules, but bend and break them - "When you ain't got nothing, you got nothing to lose."
    Every programming language has it's own little quirks that must be navigated. High level concepts may translate across languages, however, the most elegant implementation is often derived from experience.

    Different skill sets can be applied to the same problem and come up with different solutions that work. There is no perfect curriculum for a particular job, success ultimately depends on how well one adapts their toolset to meet the needs of a particular task.

    --
    D6 63 0D 70 89 81 BB 8E 7B 7C 5F 5D 54 EA AB 73