Closed GoogleCodeExporter closed 9 years ago
Original comment by faziletc...@gmail.com
on 2 Dec 2014 at 1:45
I reviewed the code written by Burcin and here are my comments:
Generally the code is written really professionally, great work!
Variable names were meaningful, I was able to understand immediately.
Classes are functional and meaningful also, every class has a specific work and
functionality.
I did not see any duplicate function or code, it seemed every function meets
its purpose.
There could be more comments in the code, there are some comments at the
necessary parts, but it can be improved.
Exceptions were handled well, I could not see any function returning null.
Resources (streams, database connections etc.) are released.
Inputs are validated for login, register, profile edit, forget password, add
story, and for timeline.
Long story short, the code is understandable and meets its purpose and
functionality.
Original comment by faziletc...@gmail.com
on 2 Dec 2014 at 9:58
Original issue reported on code.google.com by
burcinca...@gmail.com
on 2 Dec 2014 at 9:30