Search:

Type: Posts; User: stanlj

Search: Search took 0.18 seconds.

  1. Replies
    3
    Views
    2,031

    Re: loop once or loop multiple times

    No, we just did code review at work and this came up. Maybe this should be in the Object Oriented Forum?
  2. Replies
    3
    Views
    2,031

    loop once or loop multiple times

    To keep this simple, I have a list of items and i have to do two tasks with this list. For efficiency one programmer is saying loop once and perform both tasks. The other programmer is saying make...
  3. Replies
    3
    Views
    1,344

    Re: where to put list of objects method OOP

    for first scenario: Where do you propose i put the getPeople() method? Do i create a PersonList class, or a People class, or a generic master list class, or something/somewhere else?
  4. Replies
    3
    Views
    1,344

    where to put list of objects method OOP

    I have searched for this question and not found the answer. This should be simple, but i struggle with the answer. Hopefully someone can help.

    Where is the OOP acceptable place to put methods to...
Results 1 to 4 of 4