Click here to Skip to main content
15,894,106 members

Comments by eferreyra (Top 1 by date)

eferreyra 14-Jan-13 13:16pm View    
Reason for my vote of 3 \n I think you could do better in this points:
You dont use correctly the pascal/camel casing.
You could do better with properties instead of fields.
Your exception handling is tied to a Console(?), bad idea.
You dont dispose streams, should be inside "using".