navyad
Feedback on side-project
Hi,
I am new to elixir community.
I would like to know which would be a appropriate place to get feedback for on-going side project (WIP) which i started to lean elixir ?
Someone can have a look at the code, if something can be improved on, I am sure there will be many things.
In terms of features which can be added or anything genuine feedback
I am thinking to evolve more this project to cover as much as elixir.
Thanks
Most Liked
Laymer
Hi,
Here is a great place to get feedback & advice in general 
But what do you specifically mean by on-going side project?
Best
zpeters
Do you have it on github or a similar service?
rodrigues
Hi @navyad, nice stuff! Maybe I’ll use your code in the future, didn’t know about yts! 
A couple of points:
-
When you used
with, you probably wanted to use<-instead of=, both are possible, the with docs explains well the difference
-
in
mix.exs:17, you defineapplications, but you usually shouldn’t do it, we let Elixir figure that out for us, here more about it
navyad
@Laymer ,
Will certainly have a look at HTML parsing library, although using https://github.com/philss/floki/ and had a use case where javascript needs to parsed for which i created a issue .
For json encoding and decoding using poison
it will good to know how to do safe handling of web content going through specification will certainly help to get the idea.
Thanks for your time and providing valuable feedback. 
navyad
README is updated







