Earlier quoted context omitted.
The images are not loaded until you scroll them into view, so bandwidth is saved if you don't read the whole article.
In that case the noscript fallback should be loading all immediately.
Doom 3 Source code review
21–30 of 64 posts
Re: Doom 3 Source code review
#22Earlier quoted context omitted.
In that case the noscript fallback should be loading all immediately.
That's true. It seems like javascript disabling is just not on the minds of web developers. You have to be a special kind of masochist to use noscript these days... I used it for years, but ghostery covers most of what I liked about it.
I use Opera with Javascript and Cookies disabled because most things work fine and are much less annoying with that setup.
Re: Doom 3 Source code review
#23Attention readers: For some reason i cannot comprehend the pages use javascript to load some images. There are no noscript elements notifying you about this. So enable javascript to read through this.
The images are not loaded until you scroll them into view, so bandwidth is saved if you don't read the whole article.
"That's bullshit. What if my connection is slow and I want to leave the page loading whilst I do some other things."
Re: Doom 3 Source code review
#24Earlier quoted context omitted.
Throwing the baby out with the bath water. I'd much rather have good comments.
The problem is that comments are often only good the first few times you read them. After heavily hacking on some code for a while, you know the comments. I find the ability to fold comments very valuable.
Re: Doom 3 Source code review
#25Earlier quoted context omitted.
That's true. It seems like javascript disabling is just not on the minds of web developers. You have to be a special kind of masochist to use noscript these days... I used it for years, but ghostery covers most of what I liked about it.
I don't use noscript (if you mean the Firefox addon). I was talking about the tag. ;) I use Opera with Javascript and Cookies disabled because most things work fine and are much less annoying with that setup.
Re: Doom 3 Source code review
#26>In some part of the code (see dmap page) there are actually more comments than statements. >Dmap source code is very well commented, just look at the amount of green: There is more comments than code ! You know, in my experience that's not a good thing. I work on similar, heavily-commented code and find it extremely painful. At some point it becomes a burden to see the code behind the comments. (And just so no one m…
Exactly this. Comment the why, not the what.
Re: Doom 3 Source code review
#27>In some part of the code (see dmap page) there are actually more comments than statements. >Dmap source code is very well commented, just look at the amount of green: There is more comments than code ! You know, in my experience that's not a good thing. I work on similar, heavily-commented code and find it extremely painful. At some point it becomes a burden to see the code behind the comments. (And just so no one m…
Re: Doom 3 Source code review
#28Re: Doom 3 Source code review
#29In case there are any resources that describe the technical details, would be nice If someone could post a link.
Re: Doom 3 Source code review
#30Very respectable of id to release it. I bet the could still get some sold cash from it if they kept it closed.