@markmoxon Ideal comments, perfect ones, like all assembler source code should be commented.
Top-level
@markmoxon Ideal comments, perfect ones, like all assembler source code should be commented. 3 comments
@markmoxon It's the way I comment my assembler code too myself, and all my life I've been complaining about all those who don't write such kind of comments, with same quality, and regularity, when coding in assembler. It's absolutely essential, including for one as a coder, because it's a way to double check your own code when writing a comment, and I found a lot of bugs I did thanks to that. @stman Absolutely! The only issue is if you change the code and forget to update the comments - Iβve made that mistake more than once! - but that isnβt a problem when analysing a game like Elite, as the code doesnβt change. Anyway, glad to hear from someone else who likes comments; I donβt really believe in self-documenting codeβ¦ |
@stman Thank you, thatβs really good to hear!