I wonder whether the following question belongs in SO or better suited for code review, the example is abstract:
I have implemented X in a certain way:
DoSomeThings();
in = some << way;
is there a better way to achieve that?
|
I wonder whether the following question belongs in SO or better suited for code review, the example is abstract: I have implemented X in a certain way:
is there a better way to achieve that? |
||||
|
|
|
This seems like the very definition of "code review" to me. "Is there a better way to do this" is a subset of "look at this code and tell me what's done poorly, what's done well and how it could be improved." Also, this seems to fit well with "Best practices and design pattern usage in your code," which is explicitly on-topic at Code Review SE. |
|||||||||||
|
|
I would like to see that type of question on SO. |
|||
|