Where can I get feedback on my programming?
January 17, 2008 4:27 AM   Subscribe

Is there some community where programmers can submit their work to each other and get feedback?

I'm learning Java and rather new at it. I'd like some community where programmers can show what they've done and others will critique it. Your average java community probably wouldn't take too kindly to me making three threads a day saying "This is the latest thing I've done. Please give feedback!"

If there isn't such a community already, would anyone want to get together and make one?
posted by giggleknickers to Computers & Internet (6 answers total) 13 users marked this as a favorite
 
Refactor My Code goes most of the way to what you're looking for.
posted by wackybrit at 4:29 AM on January 17, 2008


DailyWTF?
posted by zemblamatic at 5:02 AM on January 17, 2008


I second the Refactor My Code recommendation.

A good IDE goes a long way toward giving good feedback on code. For Java, nothing beats IntelliJ in this respect (IMHO).

Are you doing doing this as part of your job, or independently? If you're part of a development team, doing regular code reviews using something like Crucible is essential.

Read Effective Java.
posted by drinkcoffee at 5:33 AM on January 17, 2008


I'd be up for making one. Most stuff about Java you can find on the net is either outdated, written by someone trying to push their enterprise framework, or simply people going on about how Ruby/Python/Perl/Lisp/C/C++ etc. are a better language, instead of actually helping with the issue at hand.
posted by Zarkonnen at 5:53 AM on January 17, 2008


I always figured DailyWTF is where you submit your coworker's code to commiserate on!
posted by mrbugsentry at 7:56 AM on January 17, 2008


Most programming language communities have an active IRC channel. I’m not a Java developer myself, but I see that #java on irc.freenode.net has over 300 connected people right now.
posted by breaks the guidelines? at 10:48 AM on January 17, 2008


« Older Car stalkiing   |   Help me keep data out of the wrong hands Newer »
This thread is closed to new comments.