http://www.perlmonks.org?node_id=1017068


in reply to Re: RFC on how I'm doing when it comes to writing objects?
in thread RFC on how I'm doing when it comes to writing objects?

you would never name a class Object

Hey. A lot of programming languages have a class called Object. Are you suggesting the designers were wrong? :)

  • Comment on Re^2: RFC on how I'm doing when it comes to writing objects?

Replies are listed 'Best First'.
Re^3: RFC on how I'm doing when it comes to writing objects?
by 7stud (Deacon) on Feb 06, 2013 at 06:11 UTC

    Hey. A lot of programming languages have a class called Object. Are you suggesting the designers were wrong? :)

    I've used at least one of them: ruby. Yes, this:

    @you = grep { ! $_->is_oo_runtime_designer } @everybody
Re^3: RFC on how I'm doing when it comes to writing objects?
by jmlynesjr (Deacon) on Feb 05, 2013 at 14:01 UTC

    In the limit, in Smalltalk, everything is an object...:)

    James

    There's never enough time to do it right, but always enough time to do it over...

Re^3: RFC on how I'm doing when it comes to writing objects?
by mbethke (Hermit) on Feb 05, 2013 at 16:08 UTC
    you would never name a class Object
    Hey. A lot of programming languages have a class called Object. Are you suggesting the designers were wrong? :)

    That should be read as "@youš would never ..."

    @you = grep { ! $_->is_oo_runtime_designer } @everybody