Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the basic structure for src/ #1

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

aghorianducalis
Copy link

This is a draft PR so far...

abstract class AbstractServiceProvider implements ServiceProviderInterface
{
/**
* AbstractServiceProvider constructor.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@aghorianducalis In general, I'd like avoid a comment like this because it is clear from the function __construct about it's main role.
Just add a comment when it clarifies what is happening, or is a note to other devs about the state of the code

@jjrohrer
Copy link
Owner

jjrohrer commented May 8, 2024

@aghorianducalis Great. I'd love to hear your higher-level goal here. I can't really tell what you are trying to achieve without delving deeper into the code.

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

Successfully merging this pull request may close these issues.

2 participants