[Info-vax] Fortran
Simon Clubley
clubley at remove_me.eisner.decus.org-Earth.UFP
Fri Dec 7 08:27:47 EST 2018
On 2018-12-06, Arne Vajhøj <arne at vajhoej.dk> wrote:
>
> What constructs in PHP are making it difficult to read?
>
> The above code is unrealistic short.
>
> But most real world PHP code even though longer use very
> few language constructs. Often it is just function, if,
> for loop, foreach loop and a few PHP functions that are
> often very C inspired.
>
Along with a range of other languages, I write both PHP and C code.
My PHP code looks just like my C code, and the only real difference
is the use of the higher level constructs available in PHP.
For example, it has the same code layout, same types of variable
names, same brace style (Whitesmiths), etc.
I wonder if what Bill is _really_ claiming is more about the
difference in coding styles between different programmers and
less about the syntax of PHP as such. IOW, is Bill really
claiming that he doesn't like the coding style of the PHP
programmers whose code he has looked at ?
Simon.
--
Simon Clubley, clubley at remove_me.eisner.decus.org-Earth.UFP
Microsoft: Bringing you 1980s technology to a 21st century world
More information about the Info-vax
mailing list