Slashdot Mirror


User: ebbe11

ebbe11's activity in the archive.

Stories
0
Comments
253
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 253

  1. Re:The best code has lots of comments. on Where Can I Find Beautiful Code? · · Score: 1
    In most of the cases, its even better to just forget about the comments at all. Comments won't be translated into machine code... but the source code will, and that's what's going to run in the end. It's unlikely that a programmer will adjust all the comments (if there are changes in the code) to be completely consistent all the time. You simply can't trust comments.

    Compilers have bugs too. If you want to be absolutely sure what the program does, you should read the assembly code output from the compiler - or better yet, the binary program produced by the linker...

    ...and so on ad absurdam.

    And yes, I have just experienced the very situation where comments differed from the code. They don't any longer - and they won't while I'm responsible for that code.

  2. Visto.com on What Web-Based Email Service Do You Use? · · Score: 1
    I use www.visto.com when I am away from home and need email access. It allows logon using HTTPS and its adverts are not too obtrusive.

    Ebbe

  3. Re:Read Nielsen, read W3C WAI, Ignore M$oft on Microsoft's IE 5.5 Flouts Industry Standards · · Score: 1
    I'd like Opera to understand Unicode (big Doh! on that one, guys)

    Not yet, anyway. Quote from Opera's website(http//www.opera.com):

    Opera does not "understand" the character encoding needed to automatically switch between and show some character sets for languages such as Russian, Polish, Greek, Hebrew, nor does it render the multi-byte characters of Japanese, and Chinese. support for Unicode and character encoding is planned for Opera 4.1.

    Otherwise it's a quite nice and not the least portable browser. Hey, it runs on my Psion 5mx too :-)