Hello, I'm looking at Hama today and to be honest, I want to rename some interface and classes. For example,
- interface MatrixInterface I think it should be Matrix - class Matrix it should be MatrixImpl etc. As far as I know, one of the most elegant interface design is Eclipse JDT project. Should we look at its package and class structure to apply to ours? Regards, Chanwit
