Page 1 of 1

Type-hinting Arrays

Posted: Mon Mar 30, 2015 1:08 pm
by cmb
Hi everybody!

I suggest to type-hint all array parameters. As with type hints in general, this is supposed to make the code better self-documenting (the type declarations in doc-blocks are more error prone; I've found some obviously wrong ones), and might catch some bugs early.

I propose to apply this patch.

Re: Type-hinting Arrays

Posted: Tue Apr 21, 2015 8:12 pm
by cmb
Done (r1550).