Author |
Message |
reconciledthief Newbie
Joined: Feb 22 2004 Posts: 1 Offline
|
Posted: Sun Feb 22, 2004 11:59 pm Post subject: Addition to the Code |
 |
|
|
|
I know you guys are nice, and I'm glad you took the initiative to code a subspace server for linux, but if you could add this, it would be a great addition....
Comments.
I was trying to look around through the code and I'm completely confused. I don't profess to be a great programmer, but I do know a decent amount about coding and software architecture.
I just think it would be nice, for the less advanced coders that are trying to create modules and whatnot, if you would comment your code.
Thanks, and I mean no disrespect by this (my first post), hehe.
-reconciledthief |
|
Back to top |
|
 |
-Smong- Guest
Offline
|
Posted: Mon Feb 23, 2004 3:14 am Post subject: |
 |
|
|
|
If you making additional modules you should be looking at the .h files to see what callbacks and interfaces are on offer. The interesting .h files usually have some kind of commenting. |
|
Back to top |
|
 |
Helicon Server Help Squatter
Joined: Dec 03 2002 Posts: 771 Location: GNU Doldrums Offline
|
Posted: Mon Feb 23, 2004 7:01 pm Post subject: Re: Addition to the Code |
 |
|
|
|
reconciledthief wrote: | I just think it would be nice, for the less advanced coders that are trying to create modules and whatnot, if you would comment your code. |
i will always vote for more commenting, but the majority of the identifiers are self-documenting.
read the .h files, and look at some examples... _________________ Signatures just seem so quaint. |
|
Back to top |
|
 |
Dr Brain Flip-flopping like a wind surfer

Age:39 Gender: Joined: Dec 01 2002 Posts: 3502 Location: Hyperspace Offline
|
Posted: Mon Feb 23, 2004 8:22 pm Post subject: |
 |
|
|
|
I have been able to figure out every part of ASSS I have looked at, with the exception of the net module.
Creating your first module is the hardest part, but after that it gets real easy. _________________ Hyperspace Owner
Smong> so long as 99% deaths feel lame it will always be hyperspace to me |
|
Back to top |
|
 |
|