View Poll Results: Option Strict, used often?
- Voters
- 30. You may not vote on this poll
-
Feb 16th, 2004, 05:42 PM
#1
Thread Starter
Frenzied Member
Who uses OPTION STRICT in their code?
I'd like to know how many reading this poll, actually use the option STRICT parameter.
-
Feb 16th, 2004, 07:26 PM
#2
I do all the time now but didn't start using it until a couple of weeks ago. I was pretty good about type safety before so it wasn't too terrible a transition. Still all the casting can be a pain in the ass sometimes, but I suppose it's worth it.
-
Feb 16th, 2004, 08:25 PM
#3
Addicted Member
I do most of the time.
Although I do agree with this:
Still all the casting can be a pain in the ass sometimes, but I suppose it's worth it.
Its kinda funny though, almost all of the books I've read from M$ don't even mention it!
I first heard of it here in the forums.
-
Feb 16th, 2004, 09:03 PM
#4
everyone that uses C# has no choice but to use Option Strict , vb.net tends to make people a little lazy.
~
if a post is resolved, please mark it as [Resolved]
protected string get_Signature(){return Censored;}
[vbcode][php] please use code tags when posting any code [/php][/vbcode]
-
Feb 16th, 2004, 09:32 PM
#5
Lively Member
Originally posted by Hole-In-One
...I first heard of it here in the forums.
Good point, what is it?
-
Feb 16th, 2004, 10:43 PM
#6
Originally posted by dynamic_sysop
everyone that uses C# has no choice but to use Option Strict , vb.net tends to make people a little lazy.
yeah, I use it all the time cuz of this
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Feb 17th, 2004, 02:22 AM
#7
Sleep mode
Originally posted by dynamic_sysop
everyone that uses C# has no choice but to use Option Strict , vb.net tends to make people a little lazy.
It's true which make it strongly typed lang by default more than VB . With Option Strict on , it guarantees that no illegal conversion is attempted . More often , I have it on .
-
Feb 17th, 2004, 05:58 AM
#8
Lively Member
I always have this set to On and i agree with Edneeis it IS a pain in the ass.
-
Feb 17th, 2004, 03:31 PM
#9
Originally posted by Wallabie
I always have this set to On and i agree with Edneeis it IS a pain in the ass.
well if you're saying that you're basically saying programming is a pain in the ass
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Feb 17th, 2004, 05:43 PM
#10
PowerPoster
Originally posted by Wallabie
I always have this set to On and i agree with Edneeis it IS a pain in the ass.
Only makes you a better .Net developer when you have to understand the types better in order to cast to what is expected.
-
Feb 17th, 2004, 07:53 PM
#11
Frenzied Member
Never have, but if Edneiss, Pirate & Hellswraith vouch for it, maybe it's a good idea. Most of the authors I've read generally avoid it.
-
Feb 17th, 2004, 09:02 PM
#12
I always use it. When I first tried VB.NET, sometimes my projects would do strange things and using Option Strict made everything work correctly.
You're a communist if you don't use Option Strict
-
Feb 17th, 2004, 11:20 PM
#13
Originally posted by salvelinus
Most of the authors I've read generally avoid it.
I'd say most people learning VB.NET are probably moving from VB6 and so the authors do it that way to make them feel more comfy. Or the authors simply are stupid
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Feb 18th, 2004, 12:18 AM
#14
To me it seems like the compiler should be smart enough to figure it out and cast it for me, BUT since this is not the case and I don't want any casting errors at runtime then Option Strict it is.
-
May 23rd, 2004, 01:56 PM
#15
-
May 23rd, 2004, 05:23 PM
#16
yay gay
Anyone with a IQ above 90 should really do it in any project...
\m/  \m/
-
May 23rd, 2004, 06:41 PM
#17
-
May 23rd, 2004, 11:11 PM
#18
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
May 24th, 2004, 03:08 AM
#19
Fanatic Member
Originally posted by Pirate
Who likes to see a 3-month old thread all over again ?????
lol that was my fault, i searched option strict in thread titles and got it up, so i thought i wud post 
Anyone with a IQ above 90 should really do it in any project...
I don't know what my IQ is... be funny if it was under 90 like it probably is hahaha, well probably aint.
-
May 24th, 2004, 07:10 AM
#20
Fanatic Member
lol i just said that i used option strict to a friend, and he said "I don't" and i laughed and said "Thats because you dont use .NET" it was kinda funny at the time lol
oh, and he says somet about this iq thing, "Isn't 90 sub-human intelligence?" dont ask me....
-
May 24th, 2004, 07:31 AM
#21
Hmm, just turned Option Strict on halfway through a project, rebuilt project...20 errors in program!
Turned it off again, 0 errors 
Ignorants are blis.
Mensa said I have an IQ of 87 but gave me 3 extra points for completing my test in crayon. 91, Yeah!
I don't live here any more.
-
May 24th, 2004, 07:34 AM
#22
Fanatic Member
Originally posted by wossname
Hmm, just turned Option Strict on halfway through a project, rebuilt project...20 errors in program!
Turned it off again, 0 errors 
Ignorants are blis.
Mensa said I have an IQ of 87 but gave me 3 extra points for completing my test in crayon. 91, Yeah!
congratulations! however i hope that wasnt due to maths, because you added 4 *laughs* instead of 3 *falls off chair*
anyways, i luv the idea of using crayon
-
May 24th, 2004, 07:37 AM
#23
Member
Originally posted by LITHIA
congratulations! however i hope that wasnt due to maths, because you added 4 *laughs* instead of 3 *falls off chair*
anyways, i luv the idea of using crayon
He did fall off his chair *sigh* and was told to get up *sigh*
Statement - "ICT is boring"
-
May 24th, 2004, 07:37 AM
#24
Fanatic Member
Originally posted by machinist
He did fall off his chair *sigh* and was told to get up *sigh*
Statement - "ICT is boring"
ahhh nooooo my friend signed up!!!
yeah ict sucks bad..... it be crappy!!! *falls off chair again*
Edit: Congratulations machinist for your first post!!!!
-
May 24th, 2004, 07:39 AM
#25
Member
Originally posted by LITHIA
ahhh nooooo my friend signed up!!!
yeah ict sucks bad..... it be crappy!!! *falls off chair again*
That was my first post *slaps lithia* stop stating the obvious oh he stayed in his chair this time.
-
May 24th, 2004, 07:40 AM
#26
Fanatic Member
should we take this to chit chat? im afraid that the mods may not like this.... *falls off chair*
no more from me now.... unless its got somet to do with option strict heheh
wow 20 mins left of ict, then an hour of biology... *sighs*
-
May 24th, 2004, 07:42 AM
#27
Member
Maybe i should try option strict? Yes i think i will.... Later in biology the teacher leaves computers on. *Picks lithia up and slaps him and drops him*
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|