-
Notifications
You must be signed in to change notification settings - Fork 20
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
Get added to awesome Elixir #16
Comments
add to errors and exception handling and macros section |
I wanted to give you some possible descriptions: Straight from the readme:
In errors section, explicitly state keywords "error", "with", "happy path", and "pipe":
In macros section, explicitly use "macro".
I just wanted to list some alternatives. |
Like the specific taglines. However I'm not sure if awesome elixir is still being managed from the github repo. Have had no reply to my comments on their issue for OK |
I was wondering too, and that is why I was thinking of just doing a PR. If you look at the closed PRs, they are pretty recent, like this one. |
Maybe that's what I should have done. |
Well it's not too late! 😆 Did you want to go ahead and do one, or I can do it if you want. |
If you have the time go ahead. cheers. 🎉 |
PR submitted. Hope it helps. 😄 |
Thanks @bill-mybiz |
I will have to try putting my web framework up eventually |
If you're referring to Raxx, I'm sure you could get that added whenever you want. I'm overall for building up from minimal libs, but I personally am terribly ignorant of most things webserver so I can't help much there. Although, 🤔, I am also looking into another front end to my ibGib engine using Bucklescript, and it may be interesting to have another app in the umbrella with Raxx though. Possibly a stateless web server would be appropriate, as all ibGib happenings are themselves pure functions with the ibGib data records containing append-only immutable data (similar to an event store). It's conceivable I could help you with Raxx's feature set and documentation from the POV of a new user coming to the library. Regardless, free free to ping me if you ever want me to proofread any documentation for it. I think the GitHub "review" mechanism allows this? So I think you would do a PR for Raxx, and then ping me in the PR. I would then do a review. Something like that... My main priority for OK right now is to get rid of those compiler warnings. Since I'm loving it so much, I'm using it ubiquitously now and the warnings are piling up! After that, I was thinking of looking to investigate the guard clauses, as that is a stumbling block wrt refactoring existing native You have a motivated believer here in OK for sure! 😆 |
I do mean Raxx (also Tokumei). thanks for the offer of proof reading. Don't worry, if you naturally find a place to use it later on, then help with the docs be great. Don't force it tho. It's quite a lot larger project than OK so it's far more beta i.e. still probably will have you rootling around in erlang to debug bits if you use it now. |
I think it's awesome. lets try and get this issue over at awesome elixir closed
The text was updated successfully, but these errors were encountered: