Search:

Type: Posts; User: CommonTater

Search: Search took 0.06 seconds.

  1. Replies
    17
    Views
    6,186

    I can only call them like I see them. I see no...

    I can only call them like I see them.

    I see no evidence of preparation in your code... More like as you added stuff you added even more stuff, getting into a cascade of global variables, poorly...
  2. Replies
    17
    Views
    6,186

    Goto? Really? Inside the same function,...

    Goto? Really?

    Inside the same function, rarely... between functions... NEVER.
  3. Replies
    17
    Views
    6,186

    I've written functions that are very long... one...

    I've written functions that are very long... one in particular (a midi file to struct array decoder) ended up at about 300 lines.

    Here's an example of what it takes to open a plain text playlist...
  4. Replies
    17
    Views
    6,186

    Ask yourself on what basis you are separating and...

    Ask yourself on what basis you are separating and combining these functions...
    Give the functions meaningful names... "StartLogFile" and such...

    Combine functions that relate to one another...
Results 1 to 4 of 4