Lukas Kahwe Smith

Results 397 comments of Lukas Kahwe Smith

Yeah, I am not sure if its within the scope or not. Depends on what it takes to implement it. Essentially the difference to me is that we have to...

you mean and then POSTing to newNoteAction in the HTML form rather than postNoteAction? I guess that is possible. Browsers do not make it very easy to do proper REST...

@dbu looked into https://github.com/Sylius/SyliusTaxonomiesBundle

if independent packages had zero overhead then we would just split everything up. but the overhead is not zero. another aspect here. most CMS Bundles these days use RoutingBundle. they...

talking about organizational including composer, travis, release mgmt etc.

its not just initial overhead. every composer update will take longer. every release session will take longer. if there are tests, travis will get clogged up even more etc.

@dantleech there are 5 workers max in parallel on travis for OSS. with composer I mean running a "composer update" in a project. the more packages the exponentially longer it...

Some more information via a discussion about a similar initiative about Symfony2 core https://github.com/symfony/symfony/issues/6129

yes and no .. first any code that could be used outside of the Symfony Bundle context should ideally actually be in a library. Now obviously it is also possible...