-
Notifications
You must be signed in to change notification settings - Fork 4
Design Principles
Connor Elsea edited this page Apr 12, 2015
·
1 revision
XShot is being designed to use common Java design patterns as well as Java 8's new functional programming features as much as possible. Sorting and filtering using streams and the use of lambda expressions and functional interfaces is encouraged.
XShot does not depend on any libraries other than those packaged with Java and does not rely on any system specific code.