Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Argh......I should really be spotting a pattern by now, shouldnt I?

 

Dont know why they changed that things like that - they worked fine before - maybe added in the extra option of doing it like that, but not forced you.

 

Thanks yet again.

  • *Experts*
Posted
That makes for messy coding and even more confusing situations, since there would be two properties to do exactly the same thing. Without change there is no progess.
Posted

hmmm.....never thought about messy coding.

 

Although from that point of view, i found about half a dozen different ways to display the path that the program was running from.

  • *Gurus*
Posted

Because having two properties that do the same thing is just dumb. Things change. Either brace the changes that are in fact beneficial, wether they appear to be or not, or switch back to Visual Basic 6. The fact that the Text property is now unified across controls as opposed to Visual Basic 6, which used both Text and Caption properties, makes a number of tasks a bit easier on the developer.

 

I mean really... how much work would it take to execute a find/replace on ".Caption". Come on now...

  • *Experts*
Posted

Yes, but they are all different (properties of different objects or they return slightly different values, or something). An object with two properties that return exactly the same thing is unneeded. Different methods of doing things is fine, but duplication of any sort in programming is generally to be avoided. Especially when it is simply to cater to programmers who are used to old methods.

 

[edit](Yay, 1337 posts. :D)[/edit]

[edit]D'oh! Derek beat me. :p[/edit]

Posted

i have no problem typing text instead of caption, infact its shorter.

 

I was previously referring to the inheritance bit - but i acknowledged that on my last post.

 

 

I like to embrace change, but to embrace it, i believe you must first understand it...........hence the 'silly questions' on why its changed.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...