Click here to Skip to main content
15,895,799 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Would you hire or not and why? :) Pin
CDP180223-Nov-16 22:33
CDP180223-Nov-16 22:33 
GeneralRe: Would you hire or not and why? :) Pin
den2k8823-Nov-16 22:39
professionalden2k8823-Nov-16 22:39 
GeneralRe: Would you hire or not and why? :) Pin
CDP180223-Nov-16 22:46
CDP180223-Nov-16 22:46 
GeneralRe: Would you hire or not and why? :) Pin
den2k8823-Nov-16 23:28
professionalden2k8823-Nov-16 23:28 
GeneralRe: Would you hire or not and why? :) Pin
CDP180223-Nov-16 23:35
CDP180223-Nov-16 23:35 
GeneralRe: Would you hire or not and why? :) Pin
charlieg24-Nov-16 6:18
charlieg24-Nov-16 6:18 
AnswerRe: Would you hire or not and why? :) Pin
Johnny J.23-Nov-16 21:29
professionalJohnny J.23-Nov-16 21:29 
GeneralRe: Would you hire or not and why? :) Pin
den2k8823-Nov-16 21:45
professionalden2k8823-Nov-16 21:45 
Johnny J. wrote:
Anyway - self taught programmers often know more and have more experience than those who have taken the degree - because they are more interested and seek out the knowledge themselves, and often program a lot in their spare time.
In my experience it's better to stay a mile away from these people unless your job is very repetitive. Put them 3 inches out of their waters and they fail miserably, while a good scientific trained mind applies the same rigor and forma mentis to every problem, even the ones he hasn't faced before. And in fact my self-taught colleagues and ex-colleagues are the ones who write the most awful code in existance... an example? In a structure there are these... things? (they had otehr names luckily, not x y w z).

VB
...
    x___0           As Long
    y____0           As Long
    w_0           As Long
    z__0           As Long
    x___1           As Long
    y____1           As Long
    w_1           As Long
    z__1           As Long
    x___2           As Long
    y____2           As Long
    w_2           As Long
    z__2           As Long
    x___3           As Long
    y____3           As Long
    w_3           As Long
    z__3           As Long
    x___4           As Long
    y____4           As Long
    w_4           As Long
    z__4           As Long
    x___5           As Long
    y____5           As Long
    w_5           As Long
    z__5           As Long
    x___6           As Long
    y____6           As Long
    w_6           As Long
    z__6           As Long
    x___7           As Long
    y____7           As Long
    w_7           As Long
    z__7           As Long
...

Beacuse array are so old-style... and they are the ones who cram the application logic AND hardware management directly in the UI.

And that is the sme thing I saw in my previous experiences with self-taught programmers. Of course there are thousands of graduated programmers who do much worse than this example and just as many perfectly good self-taught who can teach me on even and odd days. But the trend and my experience had taught me to be wary.
DURA LEX, SED LEX
GCS d--- s-/++ a- C++++ U+++ P- L- E-- W++ N++ o+ K- w+++ O? M-- V? PS+ PE- Y+ PGP t++ 5? X R++ tv-- b+ DI+++ D++ G e++>+++ h--- ++>+++ y+++*      Weapons extension: ma- k++ F+2 X

If you think 'goto' is evil, try writing an Assembly program without JMP. -- TNCaver

When I was six, there were no ones and zeroes - only zeroes. And not all of them worked. -- Ravi Bhavnani

GeneralRe: Would you hire or not and why? :) Pin
Johnny J.23-Nov-16 21:52
professionalJohnny J.23-Nov-16 21:52 
GeneralRe: Would you hire or not and why? :) Pin
den2k8823-Nov-16 22:11
professionalden2k8823-Nov-16 22:11 
GeneralRe: Would you hire or not and why? :) Pin
Nelek24-Nov-16 1:29
protectorNelek24-Nov-16 1:29 
AnswerRe: Would you hire or not and why? :) Pin
V.23-Nov-16 21:48
professionalV.23-Nov-16 21:48 
AnswerRe: Would you hire or not and why? :) Pin
F-ES Sitecore23-Nov-16 22:05
professionalF-ES Sitecore23-Nov-16 22:05 
AnswerRe: Would you hire or not and why? :) Pin
Tomaž Štih23-Nov-16 22:27
Tomaž Štih23-Nov-16 22:27 
AnswerRe: Would you hire or not and why? :) Pin
Mel Padden23-Nov-16 22:30
Mel Padden23-Nov-16 22:30 
AnswerRe: Would you hire or not and why? :) Pin
Kirill Illenseer24-Nov-16 21:46
Kirill Illenseer24-Nov-16 21:46 
AnswerRe: Would you hire or not and why? :) Pin
Vaso Elias25-Nov-16 3:51
Vaso Elias25-Nov-16 3:51 
AnswerRe: Would you hire or not and why? :) Pin
Steve Naidamast25-Nov-16 6:53
professionalSteve Naidamast25-Nov-16 6:53 
AnswerRe: Would you hire or not and why? :) Pin
Gerry Schmitz26-Nov-16 15:40
mveGerry Schmitz26-Nov-16 15:40 
AnswerRe: Would you hire or not and why? :) Pin
BubingaMan28-Nov-16 2:03
BubingaMan28-Nov-16 2:03 
AnswerRe: Would you hire or not and why? :) Pin
mbb011-Dec-16 3:54
mbb011-Dec-16 3:54 
AnswerRe: Would you hire or not and why? :) Pin
James Curran9-Dec-16 14:03
James Curran9-Dec-16 14:03 
GeneralI don't know whether to celebrate or cry, at this discovery Pin
Mark_Wallace23-Nov-16 12:10
Mark_Wallace23-Nov-16 12:10 
GeneralRe: I don't know whether to celebrate or cry, at this discovery Pin
RossMW23-Nov-16 13:15
professionalRossMW23-Nov-16 13:15 
GeneralRe: I don't know whether to celebrate or cry, at this discovery Pin
Mycroft Holmes23-Nov-16 13:58
professionalMycroft Holmes23-Nov-16 13:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.