|
-
Jul 4th, 2014, 10:00 AM
#11
Re: VB6 is DEAD!
 Originally Posted by szlamany
Internally I have a lot of classes that manage operations. So things are easy to find because I follow good OOP techniques.
See that's the thing. In VB.Net I can organize large apps into classes with similar functionality grouped together. I even use folders as a grouping when there are too many class files so everything is neatly organized into a hierarchical manner which makes it quite easy to find specific things. But JavaScript as far as I know doesn't allow you to define classes. Sure you can create objects with its duck typing capability but statically defined classes provides a measure of order to code.
Tags for this Thread
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
|