chrwei / ArchReactorOS

web based software system for manging membership based community
http://archreactor.org/wiki/index.php/AROS
GNU General Public License v2.0
17 stars 3 forks source link

Refactor frontend php files and include payment extension option #14

Open kwisatz opened 14 years ago

kwisatz commented 14 years ago

Most frontend files such as order.php or admin/payment.php have very long functions that should be broken into several functions and possibly even turned into OO code.

Variables should be renamed to more generic names and refactored to decrease the use of distinct variables dramatically and ease code handling.

Also, order.php should allow for dynamically added payment options through extensions

chrwei commented 14 years ago

all the non-/lib/ files are this way.