Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.php > #15602

Re: Refresher for array handling???

Path csiph.com!optima2.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!weretis.net!feeder1.news.weretis.net!news.solani.org!.POSTED!not-for-mail
From Thomas 'PointedEars' Lahn <PointedEars@web.de>
Newsgroups comp.lang.php
Subject Re: Refresher for array handling???
Followup-To poster
Date Tue, 21 Jul 2015 13:30:51 +0200
Organization PointedEars Software (PES)
Lines 55
Message-ID <2206149.LE6TunW38s@PointedEars.de> (permalink)
References <lvbaqa189n0e1ldtgg1de1vprbjvs46es2@4ax.com> <55a6598d$0$2914$e4fe514c@news2.news.xs4all.nl> <239530657.1smQKY0v18@PointedEars.de> <55ad0600$0$2900$e4fe514c@news2.news.xs4all.nl> <2599412.tJzUQXBYqY@PointedEars.de> <55ae0f59$0$2901$e4fe514c@news2.news.xs4all.nl>
Reply-To Thomas 'PointedEars' Lahn <usenet@PointedEars.de>
Mime-Version 1.0
Content-Type text/plain; charset="UTF-8"
Content-Transfer-Encoding 8Bit
X-Trace solani.org 1437478460 21969 eJwFwYEBwDAEBMCVEB7jfDT2H6F3caCYdAQ8NpbvfTLZkyC5pZpxJafElKc1Ss3NQGN3zv0BJJAQxQ== (21 Jul 2015 11:34:20 GMT)
X-Complaints-To abuse@news.solani.org
NNTP-Posting-Date Tue, 21 Jul 2015 11:34:20 +0000 (UTC)
User-Agent KNode/4.14.2
X-User-ID eJwFwQkBwDAIA0BL/BQ5HU38S9hdemltR2VFMsn47Npy9Nw3UOIYssZ1m0CEM+06nyHGpChWEg5ZtLrjB2jHFZI=
Cancel-Lock sha1:yIBT6wO9t+m3OUjQtW1duN57jsg=
X-NNTP-Posting-Host eJwFwQERADEIAzBL40cLyIFx9S/hE1waXzhBh6DZoJn3DuQP6VE38eakpx2GNvQJ3Ta11fYDF9QRCg==
Mail-Copies-To usenet@PointedEars.de
Xref csiph.com comp.lang.php:15602

Followups directed to: poster

Show key headers only | View raw


Erwin Moller wrote:

> On 7/20/2015 7:45 PM, Thomas 'PointedEars' Lahn wrote:
>> Erwin Moller wrote:
>>> And the above "improvement" is a poor example of Don't Repeat Yourself,
>>
>> […] [DRY] is about _not_ *repeating* yourself in order to make code 
>> *less* error-prone and *easier* to maintain.
> 
> Exactly.
> And that means you avoid defining things in multiple places.

And you *are *defining a thing in multiple places.  In three 
lines/statements instead of one.  Which AISB, not only is inefficient but 
carries the risk of inconsistencies, therefore of bugs; of wasted resources, 
including time.
 
>>> I don't.
>>
>> Why should anyone care about your humble opinion?  You are evidentially
>> only an amateur when it comes to PHP programming; that is why you do not
>> care about “that Coding Style Guide”.  Or is it vice-versa?  Anyhow, you 
>> would be well-advised to listen instead.
>>
>> Score adjusted
> 
> Which score?

The score of your entry in the scorefile of of my newsreader.  “Score 
adjusted” is the polite version of “Either get a life or FOAD.”

> Your little red book?

No.

> And I have received your "score adjusted" many times, but you seem to be
> unable to simple blacklist me.

My newsreader supports scorefile entries that expire.  I had not given up 
hope that you may come to your senses eventually.  Until now.

> Feel free to do so. Your unnecessary pedantic comments on my
> contributions in here annoy me.

Then die in ignorance.  I will no longer waste my time with you.

*PLONK*

F'up2 poster

-- 
PointedEars
Zend Certified PHP Engineer
Twitter: @PointedEars2
Please do not cc me. / Bitte keine Kopien per E-Mail.

Back to comp.lang.php | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Refresher for array handling??? bobmct <r.mariotti@fdcx.net> - 2015-07-14 12:12 -0400
  Re: Refresher for array handling??? Erwin Moller <erwinmollerusenet@xs4all.nl> - 2015-07-15 15:01 +0200
    Re: Refresher for array handling??? Erwin Moller <erwinmollerusenet@xs4all.nl> - 2015-07-15 15:03 +0200
    Re: Refresher for array handling??? Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2015-07-17 21:24 +0200
      Re: Refresher for array handling??? Erwin Moller <erwinmollerusenet@xs4all.nl> - 2015-07-20 16:30 +0200
        Re: Refresher for array handling??? Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2015-07-20 19:45 +0200
          Re: Refresher for array handling??? Matthew Carter <m@ahungry.com> - 2015-07-20 22:36 -0400
          Re: Refresher for array handling??? Erwin Moller <erwinmollerusenet@xs4all.nl> - 2015-07-21 11:22 +0200
            Re: Refresher for array handling??? Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2015-07-21 13:30 +0200
              Re: Refresher for array handling??? Erwin Moller <erwinmollerusenet@xs4all.nl> - 2015-07-21 14:03 +0200
        Re: Refresher for array handling??? Denis McMahon <denismfmcmahon@gmail.com> - 2015-07-21 01:01 +0000
          Re: Refresher for array handling??? Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2015-07-21 09:07 +0200
  Re: Refresher for array handling??? "Christoph M. Becker" <cmbecker69@arcor.de> - 2015-07-15 20:18 +0200
  Re: Refresher for array handling??? Denis McMahon <denismfmcmahon@gmail.com> - 2015-07-17 02:51 +0000

csiph-web