branlwyd / bdcpu16

DCPU-16 simulator based on version 1.7 of the DCPU-16 specification. See http://dcpu.com/.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

branlwyd opened this issue · comments

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.