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

Readme addition 1st draft & conditional guard cleaning #97

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

Conversation

uchuugaka
Copy link

This literally pulls the original blog posts in, and should be cleaned up to reflect the code base as it is today. Though it would be nice if the original 2 code bases for each of the blog posts was available. For a learning tool it would help reflect the changes made over time to the design. With that in mind this might make a better Wiki page if the original code bases were added.

Also cleaning up redundancy in the conditional that determines what to do with if (discontinuous) and moving it to a more clear guard style.

edits to MD read me
Reduce repetition of code, change conditonal to a guard style. Only set the UInt32 inFlags to something other than zero if needed, but pass inFlags to the function call.
@uchuugaka uchuugaka changed the title Readme addition 1st draft Readme addition 1st draft & conditional guard cleaning Jan 7, 2015
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.

2 participants