Everywhere I go I always see some exceptional programmer talking about "Bad technique" "Bad code" "Substandard developer" and all these terms. Give me some fucking links/books that will set me on the right path and not be a substandard one.
This shit is everywhere.
Name:
Anonymous2011-12-13 20:22
Read SICP.
Name:
Anonymous2011-12-13 20:25
/* bad technique */
int main()
{
char *p -> "If it ain't lisp, it's shit";
int i;
for(i=0;i<strlen(p);++i){
printf("%s",p[i]);
}
}