branlwyd / bdcpu16

DCPU-16 simulator based on version 1.7 of the DCPU-16 specification. See http://dcpu.com/.
0 stars 0 forks source link

General: all methods not intended to be used externally should be non-public #26

Open branlwyd opened 11 years ago

branlwyd commented 11 years ago

Currently, lots of methods are public just because they need to be called across package boundaries. They should all be internal.

Either merge the packages or use some glue classes to pass around access to the priveleged methods.