ITT: How to know if someone is a pajeet/koder/otherwise incapable programmer

ITT: How to know if someone is a pajeet/koder/otherwise incapable programmer.

I'll start with a simple one:

>Has never written a makefile

>can't easily transfer project to another machine and have it work

>can't build their project without using an IDE

>hates IDEs because cool fizzbuzz kids on Sup Forums told him to

>cares more about setup than actual programming

>fizzbuzz program doesn't use gpu acceleration

void create_new_something(int id)
{
return (unsigned long)new something(id);
}

Based on actual code from my work. Finally figured out why there was a memory leak when we got the source and found this.

>Has never even made a kernel before

should have casted something to void obviously

>Can't do it
>Doesn't understand linking

Note none of these posts said 'use an IDE', Pajeet

>never made it half-way through the SICP.

brags about framework uses

black skin

>How to know if someone is a pajeet/koder/otherwise incapable programmer.
Ask them to code a fizzbuzz program using object orientation in C language.

...

>ask them if they post on Sup Forums

>has projects stickers on his laptop

>uses private variables

made me laugh

>work on kernel in crap OS (*nix like system made with friends for fun)
>shit doesn't work
>friend looks at code
>>yeah, just make it global
>... fuck you
I mean sure, it works, but it's the easy way out

seriously tho, if you didn't need to solve a cross lock issue, you haven't programmed yet

>'you dont need to be good at math to program!'

this, a simple kernel is something that any serious programmer will have done before

I never thought myself as a serious koder, but maybe I should try to make money doing this. I fit the shape so far

to be honest not writing a makefile is a good thing. make is terrible, at least use cmake or meson or whatever, pure make is shit.