mk-mxp

Results 20 comments of mk-mxp

@kylekatarnls As much as I do stand with You for `;` being best practice and all, [PHP docs](https://www.php.net/manual/en/language.basic-syntax.instruction-separation.php) say it's allowed to omit `;` just before the closing `?>`. And...

@homersimpsons Don't worry about PlantUML, it is only some Code-To-Diagram application I know. The SVGs in the documentation are made from those files, there is nothing more to it. I...

Hi @kristin-wiseman, welcome to the PHP track! Thanks for pointing this out. In fact, `explode()` expects arguments in opposite order of what is shown in the concept text. So you...

Thanks for showing this PoC. I know Twig, so I have no doubt Twig is a way to make the test generator. In my eyes, putting all the logic into...

@homersimpsons There is a discussion going on about the test generation in the forum: https://forum.exercism.org/t/test-generators-for-tracks/10615 I think, this is what is different between my attempt and yours. You want to...

@neilmayhew Even if the use of PI in that equation _resembles_ calculating the area of the pizza, the exercise does not make that claim. "Lilly calculated an equation to determine...

That's looks great! Looking forward to having a minimum of PHP 8.1...

@tomasnorre Today the PHP track got upgraded to the required PHP version. You may rebase this branch and update the PR.

> Would it be possible to add a priority to them? High, Medium, Low would be enough I think. I'm too busy to look at them in more detail at...

- Drop windows / macOS from the CI. Check with Erik Schierboom, if we can. PHP is not that much platform specific anymore. And Exercism does not have the real...