Skip to content

Make Preprocessor Parts Stateless to Simplify DI #24 #153

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

Merged
merged 5 commits into from
Jan 27, 2020

Conversation

temanbrcom
Copy link
Contributor

No description provided.

@temanbrcom temanbrcom added the enhancement Improvments of existing code label Jan 23, 2020
@temanbrcom temanbrcom self-assigned this Jan 23, 2020
@temanbrcom temanbrcom changed the title Make Preprocessor Parts Stateless to Simplify DI #24 [WIP] Make Preprocessor Parts Stateless to Simplify DI #24 Jan 24, 2020
@temanbrcom temanbrcom changed the title [WIP] Make Preprocessor Parts Stateless to Simplify DI #24 Make Preprocessor Parts Stateless to Simplify DI #24 Jan 24, 2020
@zacanbrcom zacanbrcom self-assigned this Jan 27, 2020
CobolLineReaderImpl reader = new CobolLineReaderImpl(null);
return reader.processLines(text, FIXED);
CobolLineReaderImpl reader = new CobolLineReaderImpl();
return reader.processLines(null, text, FIXED);
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we should plan a small effort to have an method overloading here instead to pass null

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, work in progress

@temanbrcom temanbrcom merged commit 92f807c into development Jan 27, 2020
@temanbrcom temanbrcom deleted the engineering-excellence branch January 27, 2020 15:00
@fox0r fox0r added this to the 0.10.0 milestone Jan 28, 2020
@zacanbrcom
Copy link
Contributor

🎉 This PR is included in version 0.11.1-alpha.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvments of existing code released on @development
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants