CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 15 of 31

Threaded View

  1. #9
    Join Date
    Jun 2009
    Posts
    65

    Talking Re: Reinitializing variables & their speed sacrifice

    Quote Originally Posted by Lindley View Post
    I would argue that the ability of a variable to "span thousands of lines" implies that your functions are too long to begin with. Functions should be short, concise bits of functionality which can be tested easily; the shorter the better.
    lol! not "variables" the "code" spans thousands of lines utilizing many custom headers....
    Making variables spanning thousands of lines would only be possible if I sleep upon my keyboard with my nose constantly pressing "A" then suddenly I turn and bingo a much coveted ';'

    lolz...

    EDIT: Perhaps I shud throw in 1 more comma. Fixing Now.
    Last edited by nbaztec; March 9th, 2010 at 12:37 PM.

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

Featured