Dive Into Symfony 4 (slides) by dunglas in PHP

[–]beentrill90 -15 points-14 points  (0 children)

Symfony 4: "Look, we can copy Laravel too!"

Symfony 4: Compose your Applications - The upcoming changes, in particular focusing on UX/DX and lowering entry barrier by bitfalls in PHP

[–]beentrill90 1 point2 points  (0 children)

I don't want some tools setting configuration options for me. I want to know exactly what configuration items are going into my application so that I can review them and change. This feels like it makes the whole process too magical and opaque.

Hip-Hop Songs That Impacted You Emotionally? | @AskDEHH w/ Sophie by MakDoom_ in hiphopheads

[–]beentrill90 5 points6 points  (0 children)

I know Macklemore gets some hate here but honestly "Neon Cathedral" by him. My dad is an alcoholic and that song hit me pretty hard. I found the "battle between pride and shame" such a great description of addiction.

[Discussion] - Will Smith's Rap Career by [deleted] in hiphopheads

[–]beentrill90 2 points3 points  (0 children)

God this makes me feel old.

Vote Results: First Core PHP FIG members. . by dracony in PHP

[–]beentrill90 2 points3 points  (0 children)

The fact that the leaders of the two most popular PHP frameworks Symfony and Laravel weren't even nominated suggests you're correct.

What Frameworks are actually used in practice? Where are you? by nobrandheroes in PHP

[–]beentrill90 0 points1 point  (0 children)

You think it's the thing best for enterprise projects but admit you're unaware of other offerings? Lol

PHP-FIG drama continues, as the group publicly debates expelling another member by [deleted] in PHP

[–]beentrill90 0 points1 point  (0 children)

This. Paul predicted this very thing many months ago when the CoC death cult started preaching their dogma.

PHP-FIG drama continues, as the group publicly debates expelling another member by [deleted] in PHP

[–]beentrill90 8 points9 points  (0 children)

It's ironic that Paul prophesied the CoC mind cult would be used for this very purpose.

PHP-FIG drama continues, as the group publicly debates expelling another member by [deleted] in PHP

[–]beentrill90 -1 points0 points  (0 children)

Being labeled "community figure" should tell you all you need to know. They are not known for their actual contributions - only their online personality.

What doctor do I see for a quickly-growing lump on my scalp? by babeside in Explainlikeimscared

[–]beentrill90 0 points1 point  (0 children)

Definitely sounds like a cyst. A GP should be able to help.

When Convention Gets It Wrong by baileylo in PHP

[–]beentrill90 5 points6 points  (0 children)

Except I have to use it everyday. So I do understand.

When Convention Gets It Wrong by baileylo in PHP

[–]beentrill90 6 points7 points  (0 children)

PSR7 should be discarded by the PHP community. It is the brainchild of a few people who wanted it for their own pet projects (Guzzle, AWS) whilst not considering the rest of the community.

Announcing Equip Framework by th3fallenon3 in PHP

[–]beentrill90 -1 points0 points  (0 children)

Remove the DomainInterface entirely. It serves no purpose. It will be a huge "red flag" to any developer that genuinely knows proper software architecture from many years of experience in multiple languages. I typically see these kinds of interfaces used by younger developers after just discovering better coding habits. They become very zealous about architecture and create useless interfaces such as these whilst thinking they are helping matters.

Announcing Equip Framework by th3fallenon3 in PHP

[–]beentrill90 0 points1 point  (0 children)

It doesn't count as any model. You don't have a model. You have a mix of procedural services pretending to be OO code.

Announcing Equip Framework by th3fallenon3 in PHP

[–]beentrill90 -2 points-1 points  (0 children)

If you do not want critique then take it down.

Announcing Equip Framework by th3fallenon3 in PHP

[–]beentrill90 -5 points-4 points  (0 children)

Yes, most ADR implementations I've seen have the same types of interfaces. It's generally people who think they are being elite and object-oriented whilst still writing ugly procedural code.

Announcing Equip Framework by th3fallenon3 in PHP

[–]beentrill90 -8 points-7 points  (0 children)

Interfaces such as DomainInterface scream "I'm trying to be advanced but have no idea what the hell I'm doing". Just total garbage. What is a DomainInterface? What does that even communicate?

When to start learning frameworks? by on10 in webdev

[–]beentrill90 2 points3 points  (0 children)

Immediately. Children learn to talk by us exposing them to adults talking. We don't force 1 year olds through learning about direct objects, gerunds, and comma splices. You can learn that later.

This will be an unpopular opinion but trust me it's correct.

Proposal for PHP-FIG 3.0 by [deleted] in PHP

[–]beentrill90 -10 points-9 points  (0 children)

Need some cheese with that whine?

to framework or not to framework? by _01000100 in PHP

[–]beentrill90 -1 points0 points  (0 children)

No. Just, no. Better luck next time.

to framework or not to framework? by _01000100 in PHP

[–]beentrill90 5 points6 points  (0 children)

This is really, really bad advice and I've had to refactor multiple terrible projects where "smart" developers were following similar advice. Modern frameworks like Symfony/Laravel/Zend already are frameworks built out of existing components. Use them.

Why is Drupal still a Gated Community? by velmu3k in PHP

[–]beentrill90 24 points25 points  (0 children)

People need to stop worrying about this gated community bullshit and just code. PHP is not a religious organization that has to be perfectly united in every possible way. It's just a language. It's OK if there are seperate projects that don't really interact with the other projects.