Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:87133 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85331 invoked from network); 13 Jul 2015 07:49:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Jul 2015 07:49:47 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.176 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.220.176 mail-qk0-f176.google.com Received: from [209.85.220.176] ([209.85.220.176:36861] helo=mail-qk0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 04/32-43998-99D63A55 for ; Mon, 13 Jul 2015 03:49:46 -0400 Received: by qkdv3 with SMTP id v3so53667999qkd.3 for ; Mon, 13 Jul 2015 00:49:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=6GZCkpBlAMoa1ffTO4n3JoJjXTvtSBWsQU6eZL2kJ5E=; b=D/XFMDaHuuj7gNbuFg7aasrwWtrxsllb29chhaEroJNeieta6bk5Cz+CJSwoy41xS5 MuVCptqnTDGEYuPtgpxZluIOMUkQyn/BfUo0TIpWu4dKUyzgo2MAXiFfzC/3bI/6i1or fev4Exy/V5U6QHAvbwvjVwkcsVE38Y0uMAcej/vgqNDme8oSpPT7W5jtVKIv5WTlJdvf Mv6pB95QSmeBeY+qALpZf+TKCbTv73Q3Wf0Z7DSkj+cLxAlZRxgQTxcJc2uUFGCLl1Cp IogiKpOEYlzd7LxYMZjwLnzLyVIYPmw5tNd95iVBEbFUoSy4BTFRDQmb1M0n8ugmQ2Cr zgCg== MIME-Version: 1.0 X-Received: by 10.140.94.132 with SMTP id g4mr40387484qge.63.1436773782635; Mon, 13 Jul 2015 00:49:42 -0700 (PDT) Received: by 10.96.154.195 with HTTP; Mon, 13 Jul 2015 00:49:42 -0700 (PDT) Received: by 10.96.154.195 with HTTP; Mon, 13 Jul 2015 00:49:42 -0700 (PDT) In-Reply-To: <55A363A0.5060307@gmail.com> References: <55A16375.4000707@php.net> <55A220D8.3090004@gmail.com> <55A363A0.5060307@gmail.com> Date: Mon, 13 Jul 2015 14:49:42 +0700 Message-ID: To: Stas Malyshev Cc: Marcio Almada , PHP internals , Sebastian Bergmann Content-Type: multipart/alternative; boundary=001a113a9c74efc992051abcf6ea Subject: Re: [PHP-DEV] PHP7 and types From: pierre.php@gmail.com (Pierre Joye) --001a113a9c74efc992051abcf6ea Content-Type: text/plain; charset=UTF-8 On Jul 13, 2015 2:08 PM, "Stanislav Malyshev" wrote: > > Hi! > > > Of course it's a win. Or do you like to write docblocks for every > > single class property or method (even when the member is obvious) just > > Yes. What is obvious to you today may not be at all obvious to your > coworker two years later. > > > to have a "@var" so your IDE can work? > > No, not "just" my IDE can work. IDE is just the side effect. Proper > documentation does much more than that. It seems to go off topic. Docblocks are only slightly related to this thread. The same could be said about annotation (which are widely used too). I do like the idea to be allowed to do such thing. It is indeed not a high priority but still nice to have. Cheers, Pierre --001a113a9c74efc992051abcf6ea--