I've been working on something for a while, it's a simple little websocket chat server and client, and it's also what I was looking at requirejs for, previously
both parts are written in javascript, with node as the server and the client is a web page (but hypothetically you could make different clients, as long as you can use websockets)
recently I've decided that I want to make a few big changes to it, that would require a lot of code changes. so I'm thinking about rewriting it in coffeescript. I'm pretty sure that would get rid of the need to use something like requirejs, while still allowing me to separate the client's source into several files (I think? I'm probably gonna have to take a closer look at how coffeescript works)
I guess I'll think about it. maybe. maybe I'll only do the client in coffeescript. I dunno, we'll see how it goes
I'm demoing this code to my college of people who want but cannot program, so I need to really intricately explain every little detail.
I think it makes it look a lot more confusing. like, if you've never touched a programming language, all those comments are definitely gonna make it look more complex
instead, I'd use a separate document where you explain what the code is doing
since you're using C#, I'd suggest
Nocco. in this case, the comments are still in the source, but when you show it to them, they'll be to the side instead