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

issue-53: Refactor project src into modules #54

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

agreco
Copy link
Owner

@agreco agreco commented Nov 28, 2021

No description provided.

@agreco agreco linked an issue Nov 28, 2021 that may be closed by this pull request
agreco added 3 commits April 30, 2022 00:04
Test files will be housed within their respective modules
therefore we need to run test files with a filename using
the following convention *.test.*
The Maybe data type has been refactored into a separate module, with the
addition of the Maybe, Just and Nothing interfaces to help type
parameters in chaining methods and result types.
agreco added 2 commits April 30, 2022 13:20
Add tests that cover the use of chaining a container i.e. monad, such as
a Maybe and an Either. The Either tests have been disabled until the
Either data type has been refactored into its own module and its types
have been refactored to support the correct parameter types when chaining
against its "contained" value.
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.

Refactor project src into modules
1 participant