|
-
Nov 8th, 2002, 10:25 PM
#1
-
Nov 9th, 2002, 11:48 PM
#2
bigger apps get confusing for all programmers. The trick is with experience to learn how to better organize your code and to always use comments. dont be afraid to write comments. Write 50 lines of comments for line of code if you need to.
-
Nov 9th, 2002, 11:49 PM
#3
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!!
-
Nov 10th, 2002, 01:20 PM
#4
PowerPoster
With .Net, I now use the #region #endregion tags to seperate my code up into sections. It really helps out because it keeps it organized. I put all the class variables (controls, globals) in one section along with seperating the methods, constructors, events, properties, etc. You can even break those sections down into sub sections. I love the collapsable code.
-
Nov 13th, 2002, 02:42 PM
#5
Lively Member
Well don't worry about it really. Once you hit the real world you will only work with the program for about 5 months. then you will spend the rest of a year or so surfing the internet and answering the few questions people have about your app and just giving them bogus answers 
Amen to the comments regard, It really does help alot and everything you name, variables, formes etc.. make sure the names are descriptive and make sense.
Plus the more you work with the code the more you start to recognize it.
-
Nov 13th, 2002, 05:34 PM
#6
Originally posted by TheVoid
Well don't worry about it really. Once you hit the real world you will only work with the program for about 5 months. then you will spend the rest of a year or so surfing the internet and answering the few questions people have about your app and just giving them bogus answers 
Amen to the comments regard, It really does help alot and everything you name, variables, formes etc.. make sure the names are descriptive and make sense.
Plus the more you work with the code the more you start to recognize it.
sounds fun
do many people work for themselves? (that is not working with a company, and making a program single handeddddly)?
Can you earn enough money that way?
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!!
-
Nov 13th, 2002, 06:40 PM
#7
Sleep mode
hey ,
from my view piont , if you are skilled enough to work with a company , that helps you in developing your programming skills till you get expert .
-
Nov 13th, 2002, 09:33 PM
#8
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
|