Piotr Olaszewski

Results 43 comments of Piotr Olaszewski

What do you mean "global level"?

Could you provide some example, how are you generate the code. Please give a code how you generate a XML. Current output and expected output.

I think it will be better when the `db:reset` will clear the entire database structure.

Yeep maybe singleton is nod good idea, but passing configs for all object are not good too. Maybe some factories for config for package and main bower file.

I thinking about try to implements global configs. I still believe that a good solution will be singleton with reload function. Why I think is will be good approach? Main...

You explanations convinces me. But I think is needed to extract creating config, filesystem etc from command object and pass to command by IoC in Appication getDefaultCommands method. This approach...

I try to implement pimple ioc container only for update command, tests wasn't working but this commit is only proof of concept, so if you have any suggestions we can...

@garak how you think it should be implemented? My proposition is should look like is in bower. ``` bower ├── packages │   ├── 76825ba06db421bbfbda0853e440b3f5 │   │   └── 3.0.0 │   └──...

I think now we should create, a 1.0.x branch with the current version of lib. We should still develop in the master branch and then merge into branches. I prefer...

I'll try to clarify. We have e.g. following structure of repo: * master (branch) * 1.0.x (branch) * 1.0.0 (tag) * 1.0.1 (tag) * 1.0.2 (tag) * 1.1.x (branch) (current...