|
|
|
|
|
by bithub
5757 days ago
|
|
At a quick glimpse at the framework code, I found several no gos for me:
1) First file i opened contained Methods with > 600 lines of code with mixed variable naming (camelcase and underscore). I don't want to debug that stuff, if I run into a framework bug.
2) Several classes/interfaces in a single file. What if I ie want to write my own adapters by using the given interfaces? On the other side the code is very well commented (not all but most of it), which is a very huge plus. |
|
I'm just a bit surprised by your comments because they describe the exact opposite of how most of PIE is designed, and the philosophy behind it. Although I take your point with mixed variable naming. There is lots of room for standardizing the internal codebase more than it is.