Programming Idioms
programming-idioms.org
Programming Idioms
1–10 of 99 posts
Re: Programming Idioms
#2Is it problematic that the same link was submitted by the same user 49 days ago?
Re: Programming Idioms
#3Is it problematic that the same link was submitted by the same user 49 days ago?
HN invited me to repost it. I thought it was a good idea.
Re: Programming Idioms
#4Re: Programming Idioms
#5Is it problematic that the same link was submitted by the same user 49 days ago?
This is in the FAQ: https://news.ycombinator.com/newsfaq.html#reposts.
Re: Programming Idioms
#6Is it problematic that the same link was submitted by the same user 49 days ago?
Official practice (see FAQ): please also consider page:
https://news.ycombinator.com/invited
as reported by the unofficial
Re: Programming Idioms
#7The random idiom I got was:
> Idiom #120 Read integer from stdin
> Read an integer value from the standard input into variable n
int n[15];
fgets(n, 15, stdin);
Really?Re: Programming Idioms
#8The random idiom I got was: > Idiom #120 Read integer from stdin > Read an integer value from the standard input into variable n int n[15]; fgets(n, 15, stdin); Really?
as far as I saw they were pretty useless and the way they were presented wasn't that great (same language variants could be grouped in one commented section)
Re: Programming Idioms
#9Is it problematic that the same link was submitted by the same user 49 days ago?
reposting is permitted while unnoticed if not done too often (once in two weeks would be ok imo)
Re: Programming Idioms
#10No Swift?
I like these projects. Fun