davej Posted September 11, 2013 Share Posted September 11, 2013 This website is all about online web programming documentation. One thing I would like to see is a language syntax cross-reference. In other words you write occasionally in several different languages... but now you are trying to remember how to parseFloat -- it would be nice to have a table showing the various equivalent syntax of maybe Java, C#, Php, Javascript, ASP and maybe a couple more languages. Maybe it is Double.parse() or Float.parse() or Math.parseFloat() or something else. Who can remember these details? Link to comment Share on other sites More sharing options...
Neo Posted September 21, 2013 Share Posted September 21, 2013 That's a really great idea actually +1 from me , however, I can't even begin to imagine the shear magnitude of such a task - it would most definitely require some contribution from the user community. Link to comment Share on other sites More sharing options...
Ingolme Posted September 21, 2013 Share Posted September 21, 2013 Personally, I just check the reference of the language I'm programming with. It's not that hard. W3Schools isn't a programmers reference, it's a web developers' reference, web developers usually don't need to deal with more than two languages. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now