Skip to content
This repository has been archived by the owner on Sep 23, 2022. It is now read-only.

Scoring refactoring #134

Closed
wants to merge 27 commits into from
Closed

Scoring refactoring #134

wants to merge 27 commits into from

Conversation

Palleas
Copy link
Contributor

@Palleas Palleas commented Feb 10, 2012

(This should be easier to merge when this PR is merged)

This is a new "approach" for the scoring algorithm, using the event dispatcher to make it more easy to maintain and less coupled to the whole update process.

Let me know what you think! :)

@@ -0,0 +1,35 @@
<?php

namespace Knp\Bundle\KnpBundlesBundle\EventDispatcher;
Copy link
Contributor

Choose a reason for hiding this comment

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

it should be Event to be consistent with Symfony

@stof
Copy link
Contributor

stof commented Feb 11, 2012

@Palleas you should update your PR so that github sees that the first commits are merged now (it won't change the diff if the PR is untouched)

@Palleas
Copy link
Contributor Author

Palleas commented Feb 11, 2012

@stof I think I've fixed everything now, thanks for your review :)


/**
*
*/
Copy link
Contributor

Choose a reason for hiding this comment

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

broken indentation

Copy link
Contributor

Choose a reason for hiding this comment

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

and same for all other created by copy-paste

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed, thanks!


class BundleEvent extends Event
{

Copy link
Contributor

Choose a reason for hiding this comment

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

you have an extra line here

@ubermuda ubermuda closed this Mar 23, 2012
@ubermuda
Copy link
Contributor

merged

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

Successfully merging this pull request may close these issues.

3 participants