android mobile development performance vs extensibility

Posted by mixm on Stack Overflow See other posts from Stack Overflow or by mixm
Published on 2010-05-03T13:08:15Z Indexed on 2010/05/03 13:28 UTC
Read the original article Hit count: 310

Filed under:
|
|
|

im developing a game in android, and i've been thinking about subdividing many of the elements of the game (e.g. game objects) into separate classes and sub-classes. but i know that method calls to these objects will cause some overhead. would it be better to improve performance or to improve extensibility?

© Stack Overflow or respective owner

Related posts about android

Related posts about Extensibility