Pitfalls of Software & Java Education in Engineering Schools Insidie di Java Software & Engineering istruzione in scuole
I have been interviewing several freshers who were taught Java in engineering schools under computer science curriculum. Sono stato diverse interviste freshers che sono state insegnate in Java sotto le scuole di ingegneria informatica curriculum. Interviewing them highlighted serious problems with their education as well as with the system. Interviste li ha evidenziato seri problemi con la loro istruzione e con il sistema. This is a brief overview of the issues and ways to interview such candidates. Si tratta di una breve panoramica dei temi e dei metodi per tali candidati intervista. At the end I have included my recommendation of courses for software engineers. Alla fine ho incluso la mia raccomandazione di corsi per ingegneri del software.
The students in most engineering institutes are being taught Java directly without a good introduction to object oriented development. Gli studenti di ingegneria, nella maggior parte istituti di insegnamento sono in corso di Java direttamente, senza una buona introduzione alla programmazione orientata agli oggetti. At best they have cursory knowledge of OO concepts like polymorphism. Nel migliore dei casi essi hanno sommaria conoscenza delle OO concetti come polimorfismo. It becomes nauseous to watch them repeat by rote the definitions without demonstrating a clear understanding of underlying concepts and logic. Diventa nausea, per guardare come si rote di ripetere le definizioni, senza dover dimostrare una chiara comprensione dei concetti di base e di logica. Such graduates become nothing more than structured C coders using Java. Tali laureati diventare niente più che strutturata C codificatori utilizzando Java.
Learning Java to most is knowing about the “packages”, which is an incorrect approach. Apprendimento Java per la maggior parte è conoscere i "pacchetti", che è un non corretto approccio. Java is not just about the libraries it provides. Java non riguarda solo le librerie che fornisce. Anyone with logical ability can quickly pick new libraries. Chiunque con capacità logico rapidamente possibile scegliere nuove biblioteche.
Java is a language with a easy to learn syntax which should be first mastered. Java è un linguaggio con un facile da imparare sintassi che dovrebbe essere il primo padronanza. It is a platform which helps you to easily develop cross-platform and web applications. E 'una piattaforma che vi aiuta a sviluppare facilmente multipiattaforma e applicazioni web. Knowing Java without knowing about the web (other than googling and email), for example, is fruitless. Conoscere Java senza conoscere il web (diverse da quelle di googling e-mail), per esempio, è sterile.
Java programmers do not just need to know Java, the language. Programmatori java non solo bisogno di sapere Java, il linguaggio. They need to have an understanding of basic software concepts like three-tier development, relational database management systems, quality processes etc. Di cui hanno bisogno per avere una comprensione di base di concetti come software di tre livelli di sviluppo, database relazionale sistemi di gestione, la qualità dei processi, ecc
Software developers with a narrow understanding of the field are likely to be a liability to themselves and to their companies. Sviluppatori di software con una stretta comprensione del settore rischiano di essere una responsabilità a se stessi e alle proprie imprese. I look for people who have a healthy interest in the field and not the ones who have chosen IT solely because of its salary potential. Guardo per le persone che hanno un sano interesse per il settore e non quelli che hanno scelto unicamente a causa del suo stipendio potenziale.
My approach to interviewing them is to find out their clarity of concepts in whatever little (or much) they know. Il mio approccio alla loro interviste è quello di individuare le loro chiarezza di concetti in qualsiasi poco (o molto) che conoscono. I ask lots of “why”. Chiedo un sacco di "perché". Getting them to justify even obvious questions like value of object oriented development or polymorphism sheds light into their logical underpinings. Come arrivare a giustificare persino ovvie domande come valore della programmazione orientata agli oggetti o polimorfismo getta luce nella loro logica underpinings.
My recommended courses for software enginners (1 semester each) would be: Il mio raccomandato corsi per il software enginners (1 ogni semestre) potrebbe essere:
- Introduction to computers Introduzione al computer
- Computer Language (Fortran) Lingua computer (Fortran)
- Algorithm and Data Structures Algoritmo e strutture dati
- Object Oriented Development (preferably using SmallTalk) Programmazione orientata agli oggetti (preferibilmente utilizzando SmallTalk)
- Java Software Development Lo sviluppo di software Java
- Software Development Methodologies (includes Extreme Programming) Metodologie di sviluppo software (include Extreme Programming)
- Software Testing & Quality Processes Test del Software e qualità dei processi
- Design Patterns in Java Design Patterns in Java
- Enterprise Software Development Lo sviluppo di software enterprise
- Networking - TCP/IP, UDP, SMTP, POP3, HTTP etc. Messa in rete - TCP / IP, UDP, SMTP, POP3, HTTP, ecc
Optional: Opzionale:
- Computer Security Computer Security
- Artifical Intelligence Intelligenza Artificiale
Filed under Elencato sotto Headline News Headline News , How To Come , Java Software Software Java , Web | |
| |
RSS 2.0 RSS 2,0 | |
Email this Article Invia questo articolo
You may also like to read Si può anche leggere come |




May 10th, 2006 at 11:35 am 10 maggio 2006 alle 11:35
Interested why you chose Fortran? Interessati perché si è scelto Fortran? If you have a relatively intelligent group of students, I think C is a good place to start - it is practical (still used in companies for development) and it teaches you the details of memory management, etc. While Java et. Se si dispone di un intelligente relativamente gruppo di studenti, credo C è un buon punto di partenza - è pratico (ancora usato in società per lo sviluppo) e che ti insegna i dettagli della gestione della memoria, ecc Mentre Java e. al. have auto garbage collection, knowing what this means and how it benefits you is important. hanno garbage collection "automatica, sapendo ciò che questo significa e come si benefici è importante.
Thoughts? Pensieri?
May 10th, 2006 at 12:43 pm 10 maggio 2006 a 12:43 pm
Fortran is a relatively easy language to learn and well suited for beginners. Fortran è un linguaggio relativamente facile da imparare e ben si adatta per i principianti. I have found many rather intelligent people fumbling with C, especially pointers. Ho trovato molte persone intelligenti piuttosto fumbling con C, in particolare i puntatori.
I think the introduction should start with something easy to learn and master to boost their confidence and grow their interest. Credo che l'introduzione dovrebbe iniziare con qualcosa di facile da imparare e master a rafforzare la loro fiducia e crescere il loro interesse. That’s my two cents. Che i miei due centesimi.
May 10th, 2006 at 1:41 pm 10 maggio 2006 alle 1:41 pm
Thanks - didn’t expect a reply so quick (or possibly at all!) Grazie - non si aspettava una risposta così rapida (o, eventualmente, a tutti i!)
I have pointed friends in the past who are interested in picking up some programming (not as a career) to look at Python, Ruby, and PHP. Ho sottolineato amici in passato che sono interessati a far salire alcuni programmazione (non come una carriera) a guardare Python, Ruby, e PHP. The benefits being that they can do some pretty cool stuff right away, and can use something like PHP to do minor tweaks to their blogs assuming they are PHP based. I benefici che essi siano in grado di fare un po 'pretty cool stuff subito, e può usare qualcosa di simile PHP per fare modifiche minori nei loro blog ammesso che sono basati PHP.