Mike Moore
Mike Moore

Reputation: 7478

Are there any decent PHP forums where I can submit program designs and code for critique?

I don't feel that stackoverflow is the best website for getting critiqued on my code, as it caters to single answers. I have always read and practiced alone (aside from some forums) as I did not go to school for programming or computer science, and thus do not have any peers that I can go to for advice, critique, or direction.

Are there websites where I can submit my code and program designs (UML diagrams) for critique and advice?

Thanks!

Upvotes: 2

Views: 101

Answers (2)

Ernest
Ernest

Reputation: 8829

You can post UML diagrams using some devoted (image hosting) service to save forums bandwidth. The same with long code, www.pastebin.com and similar (or even Github) are perfect for that.

Then, one decent forum I know is: http://forums.devnetwork.net/ There is special Coding Critique section there.

Upvotes: 2

Justin Poliey
Justin Poliey

Reputation: 16341

It's not quite a forum, but Refactor My Code's PHP section is a good place to post your code and get comments and refactorings. Linking to the UML diagrams in your code's description won't hurt.

Upvotes: 3

Related Questions