Qbasicnews.com

Full Version: Hey Agamemnus!!!!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9
What would you know! *shoots Plasma with an Ion Cannon*
Well then, show some code which is most aestethically pleasing and most intuitive to you... (*closing eyes* Wink) And we'll judge about it Wink

[offtopic]Ion Cannons only have great effect upon electronically circuited machines or devices, as the 'Ion Bolt' consists of electrons or ions, charged with electro(-magnetic) charge.[/offtopic].
Quote:But my way is both intuitive AND aesthetically pleasing. AND it's compatible with non-typed arrays! I think it's important............

Nope. Think of (using your "syntax"):

Code:
a.b(10, 10, 10)

What would it be (qb syntax here)?

Code:
1.- a(10).b(10,10)
2.- a.b(10,10,10)
3.- a(10,10,10).b
4.- a(10,10).b(10)

Your syntax is inconsistent. Those 4 cases would write the same using your syntax.
nope! So in my little world, all of these would be equivalent, you see!

Anonymous

*closes eyes and solemnly prays, thankful that we're not living in 'aga's world'*

Smile
Quote:nope! So in my little world, all of these would be equivalent, you see!

That world of yours is a little bit too much limited, you know.
yours is, too.

open up your eyes! :o
Why do you say that?

Y'know, you can code in the bad way if you like and you are happy. What I don't understand are your willings to convince us to code like you.
Hey, I feel the same way too, except change it to this:

Quote:Y'know, you can't code in the bad way if you like and you are happy. What I don't understand are your willings to convince us to code like you.

:o

My point of view is that having only arrays with dimensions makes things simpler......... and TYPEs could just make the TYPing easier. . .

Your point of view is that TYPEs should create an effect separate and distinguishable from arrays................................

Now, why is your point of view better than mine? I'm just trying really hard to figure out the advantage in this...

hehehe, I know this topic is not going to end.. :evil:
Code however you like. Just don't expect others to like your code. That goes to both of you, and everyone. Smile

I don't like my old code. It was riddled with GOTOs. So I ripped out the GOTOs and wrote proper structures. Now I like my code. But someone out there doesn't like my code. Do I care? No. Big Grin
Pages: 1 2 3 4 5 6 7 8 9