Topic: standards, aren't.

something i'm thinking of just now... comments. how many types and styles are there? css, html, php, asp, c, vb, etc. why not standardise those? instead of having to remember 10 differant comment types(i know there's only a couple but this makes my point more dramatic) why not just have one standard one? something like <comment>blah</comment> or *comment* blah *comment*. thoughts?

~James
FluxBB - Less is more

Re: standards, aren't.

isn't the /* */ comment used in most languages?

Re: standards, aren't.

/* */ or // is mostly used I guess. I indeed dislike the HTML style of commenting... I mean, what does <!-- --> mean? =/ SImply embracing it with /* */ would be far simpler smile

Re: standards, aren't.

Well all browsers handle html based on tags... <!-- --> is a tag... /* */ or // are not....

I enjoy pie :)

Re: standards, aren't.

True.

Re: standards, aren't.

If the comments were the same style then why should any of the programming language be in a different style?

Re: standards, aren't.

but comments are comments. not to be rendered on a page or included in a process. i think it would have been a wee bit easier if they(comments) would have been standardised right from the get.

~James
FluxBB - Less is more