kiro7shiro / monkey-coder

an ai that writes programs
0 stars 0 forks source link

reorganize namespacing #7

Open kiro7shiro opened 4 years ago

kiro7shiro commented 4 years ago

consider this article https://www.oreilly.com/library/view/learning-javascript-design/9781449334840/ch13s15.html

https://github.com/kiro7shiro/monkey-coder/blob/8e4a998a43af81f24bde041688eed475fb03a4c0/js/MonkeyCoder.js#L8

kiro7shiro commented 3 years ago

choose for module pattern, use as intended

import * as <namespace> from <file> or import { classname } from <file>

this issue although implies to reinit this repo