Skip to content
This repository has been archived by the owner on Jul 25, 2023. It is now read-only.

[Good practice] Service #5

Closed
ghost opened this issue Sep 30, 2013 · 2 comments
Closed

[Good practice] Service #5

ghost opened this issue Sep 30, 2013 · 2 comments
Labels

Comments

@ghost
Copy link

ghost commented Sep 30, 2013

Dans les service je trouve que c'est une bonne pratique de rappeler l'id du service dans le docblock

Exemple :

<?php
namespace My\FooBundle\Service;

/**
 * FooService
 *
 * service id : my_app.service.foo
 */
class FooService
{
    // Service here
}

Lorsque l'on à de nombreux services, cela permet de retrouver rapidement et facilement l'id à utiliser.

@paulandrieux
Copy link

+1

@ghost
Copy link
Author

ghost commented Oct 4, 2013

Pendant que j'y pense il en va de même pour les formulaires :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants