Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.10 seconds.

  1. Replies
    25
    Views
    3,534

    Re: functional programming with objects

    That's a poor analogy. No generalized project design exists. Companies do not even adhere 100% to Java's base coding standards. When companies or developers establish their project design and coding...
  2. Replies
    25
    Views
    3,534

    Re: functional programming with objects

    Well, if we are talking about "real-world" situations, I would argue that you are handcuffing yourself if you work under the assumption that a given object knows how it should be rendered. In...
  3. Replies
    25
    Views
    3,534

    Re: functional programming with objects

    Well, you could start with the basic principle of OOP: Objects are nouns, and Methods are verbs. Your Object should never be a verb, and your Methods should never be nouns.
Results 1 to 3 of 3