timozattol / project-radin

Project Radin is an expense management Android application that was build during EPFL's Software Engineering 2014 course.
2 stars 2 forks source link

Refactor "List" to "RadinGroup" #58

Closed timozattol closed 10 years ago

timozattol commented 10 years ago

"List" as we meant it, is in conflict with java "List" interface. We decided to refactor to "RadinGroup".

@sweng-epfl-2014/sweng-team-project-radin

timozattol commented 10 years ago

I'll close it for Tuesday, please refactor your code until then !

timozattol commented 10 years ago

Hope everybody refactored his code (cannot check, since everybody has a private branch), if anyone didn't, please do ! @sweng-epfl-2014/sweng-team-project-radin

CedricCook commented 10 years ago

This didn't go as planned. I'll try to clarify this: If you have worked on a class called List* (ListAddExpense for example) then rename your class + file + references inside the class to RadinGroup*.

People who haven't worked on the list class do not have to do anything.

@sweng-epfl-2014/sweng-team-project-radin

timozattol commented 10 years ago

Yes, thanks for clarification!

Walono commented 10 years ago

I did it for all activity name, layout, and menu name. And try to change all strings, variable name, id and so one I found in these java class and xml

topali2 commented 10 years ago

Nice! I could merge it and fix the conflicts with my last issue, there is no more list in the project at all now !

timozattol commented 10 years ago

Nice guys ! Good work :+1: