-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathHACKING
29 lines (20 loc) · 856 Bytes
/
HACKING
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
On Garbage Collection
---------
Since no garbage collection system is available, everyone must play nice, coding responsibly
by destroying their objects when finished and making sure not to dispose of active objects.
Most importantly, think before typing -- it will save thought in the long haul.
On Coding Style
---------
Please preserve the NeXTish conventions to maintain proper code posterity.
Refer to the following document if unsure what the above contract is asking:
http://www.stepwise.com/Articles/Technical/2002-10-13.01.html
On Architecture
---------
Luna (figures input/output (stdin, file, etc ...))
`- plugin factory
`- protocol plugin (communication (udp style, tcp style, etc ...))
`- encoding plugin (pgp, base64, etc ...)
On Pragmatics
---------
More on this soon.
Most of all, enjoy Luna, it's good for the soul.