As an inexperienced software developer I am familiar with and have come to love the peer review process. Whenever I ask a senior developer (not my boss but still senior) about some small point of the system design somehow it becomes a debate where Im being forced to design my code by committee. How can I manage this?
Let me set the sceen: I have never done any substantial system/software design before due to the fact that all the projects I have worked on haven't been at that stage. Therefore it is pretty fair to say that Im a design novice. I have however written code from other peoples designs so I know what I like to see and What I don't. Coupled with the fact that I know my own coding style so I know roughly how I would tackle any given situation. Given that myself and my colegue have almost exactly the opposite oppinions on software development we are almost constantly arguing about it. There are valid occasions where I might have over looked some point and the comments that are made are valid.
How can I manage the situation to allow my software designs to take shape the way I envisage them yet still have meaninful insights into the pitfalls of my design from onlookers?
Edit:
From the responses given so far and upon reflection, I think that there might be a personality clash between myself and the other developer. If this is the case I can't really sit back and let it sort itself out. I know in this situation its as much my fault as it is his, so any advice on things I can do to help lessen the impact would be gratefully received.