Nathan Ridley
Nathan Ridley

Reputation: 34396

Where can I discuss specific architecture/implementations I've created and get good feedback?

Let's say I've come up with what I think is a clean and elegant solution to a common generic requirement in coding projects. I'm happy to share my code but my main motivation for publishing it would be to get feedback from a quality audience about my solution and to determine if it has been done better elsewhere, if it could be done better, if it is buggy, etc. The normal sorts of reasons a programmer would want feedback for.

It would be fantastic if something like a simplified version of The Code Project were produced by the Stack Overflow team with a view to allow users to show off pieces of code and get feedback, thus leading to general skills improvement of everyone participating. A bit like Scott Hanselman's Weekly Source Code blog posts, but with more of a communal purpose. In the mean time, however, what do you suggest?

Upvotes: -1

Views: 174

Answers (2)

Helen
Helen

Reputation: 97657

It would be fantastic if something like a simplified version of The Code Project were produced by the Stack Overflow team with a view to allow users to show off pieces of code and get feedback, thus leading to general skills improvement of everyone participating.

There's now a sister Q&A website exactly for this purpose — Code Review.

Upvotes: 2

anonymous coward
anonymous coward

Reputation: 12814

You could post your solutions here, as an answer to a question describing the problem that it proposes to solve.

You're likely to get at least a little feedback, and see other edits/version of a similar solution.

Upvotes: 0

Related Questions