Results 1 to 8 of 8

Thread: yo real programmers dont get confused?

  1. #1

    Thread Starter
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428

    yo real programmers dont get confused?

    well, I do programming for fun. At least for now. when I go to college and I graduate and blah blah.....and I start working, is it gunno be really different for me? because right now when I'm making a program that's like over 10000 lines, it gets kinda confusng and hard to manage am I too dumb or is it because of lack of experience?
    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!!

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    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.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  3. #3

    Thread Starter
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428
    Originally posted by Cander
    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.
    hehe ok. I wrote like 6 lines of comment for a one line thingie and I was like, aaah I should delete it
    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!!

  4. #4
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    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.

  5. #5
    Lively Member
    Join Date
    Oct 2001
    Location
    Florida
    Posts
    98
    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.

  6. #6

    Thread Starter
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428
    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!!

  7. #7
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    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 .

  8. #8

    Thread Starter
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428
    I hate two things about programming:
    1. being forced to switch to a language that you dont like, by your company
    2. not getting paid enough



    I hope none of them would happen to me I'll try hard!!!
    btw I just realized that this post shouldnt be here
    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!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width