Skip to content
Connor Elsea edited this page Apr 12, 2015 · 1 revision

Design Principles

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.

Dependencies

XShot does not depend on any libraries other than those packaged with Java and does not rely on any system specific code.

Clone this wiki locally