Search:

Type: Posts; User: Mr.777

Search: Search took 0.13 seconds.

  1. Re: What is the best way to avoid duplicating code?

    Yes, i mean methods!!!!!
  2. Re: What is the best way to avoid duplicating code?

    Didn't you ever write functions(modules)?
  3. Re: What is the best way to avoid duplicating code?

    Try to use modular approach to avoid duplicating the code. Divide your problem into as many sub modules as you can. Modular approach gives you the reusability of the code.
Results 1 to 3 of 3