Sweep: Refactor generally to improve quality the file matchkits.php and maintainbility plus readable by following psr standards #155
+89
−64
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This pull request introduces significant refactoring across several PHP files with a focus on improving code quality, maintainability, and readability. The changes adhere to PSR standards, ensuring a standardized approach to PHP development within the project.
Summary
KitLoader
insrc/KitLoader.php
for loading DNA kit data from files. This class provides a structured way to load and manage DNA kit data, enhancing code organization and scalability.MatchKits
class insrc/MatchKits.php
:matchKits
method logic for matching SNP data between DNA kits, making the algorithm more efficient and easier to understand.getMatchedData
andsetKitsData
methods for better encapsulation and manipulation of kit data.Visualization
class insrc/Visualization.php
to provide a structured approach to generating visualizations of DNA data. The refactoring includes method signature standardization and the introduction of a method for plotting SNP data on chromosome maps, aligning with best practices in code clarity and functionality separation.These changes collectively aim to enhance the codebase's quality, making it more maintainable, readable, and consistent with PHP standards.
Fixes #151.
🎉 Latest improvements to Sweep:
💡 To get Sweep to edit this pull request, you can:
This is an automated message generated by Sweep AI.