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

Reorganize classes for 2.0 #707

Merged
merged 1 commit into from
May 31, 2018
Merged

Reorganize classes for 2.0 #707

merged 1 commit into from
May 31, 2018

Conversation

jwage
Copy link
Member

@jwage jwage commented May 31, 2018

Q A
Type improvement
BC Break no
Fixed issues #682

Summary

As we refactored, several new classes were created and put in the root namespace. Move the logical groupings in to folders.

@jwage jwage added this to the 2.0 milestone May 31, 2018
@jwage jwage self-assigned this May 31, 2018
@jwage jwage force-pushed the reorganize-classes branch 2 times, most recently from c96f84d to ad4a098 Compare May 31, 2018 01:00
@jwage jwage requested a review from Majkl578 May 31, 2018 01:04
@@ -2,7 +2,7 @@

declare(strict_types=1);

namespace Doctrine\Migrations;
namespace Doctrine\Migrations\MigrationTable;
Copy link
Contributor

Choose a reason for hiding this comment

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

How about calling this Storage/Tracking/Persistence?

@Majkl578
Copy link
Contributor

Can we somehow also rename MigratorConfig? At least replacing the abbreviation (MigratorConfiguration).

@jwage jwage force-pushed the reorganize-classes branch from ad4a098 to a6d1efe Compare May 31, 2018 14:47
@jwage jwage force-pushed the reorganize-classes branch from a6d1efe to 314c5fd Compare May 31, 2018 14:56
@jwage jwage merged commit 3105180 into master May 31, 2018
@jwage jwage deleted the reorganize-classes branch May 31, 2018 15:05
@@ -9,3 +9,5 @@ phpunit.xml
/phpcs.xml
/.phpcs-cache
/box.phar
/.idea
Copy link
Member

Choose a reason for hiding this comment

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

IMO, this line belongs to a personal .gitignore file but not to the project, unless the project is tightly coupled to the IDE.

Copy link
Member Author

Choose a reason for hiding this comment

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

I didn't know you could do that. I will remove it and do that. Thanks!

Copy link
Member Author

Choose a reason for hiding this comment

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

Removed here d3d7a8c

Copy link
Contributor

Choose a reason for hiding this comment

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

IMO, this line belongs to a personal .gitignore file

👍

There is nice article from GitHub: https://help.github.com/articles/ignoring-files/#create-a-global-gitignore

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

Successfully merging this pull request may close these issues.

3 participants