ash-project / ash

A declarative, extensible framework for building Elixir applications.
https://www.ash-hq.org
MIT License
1.54k stars 203 forks source link

Go over all reference docs #1089

Open zachdaniel opened 4 months ago

zachdaniel commented 4 months ago

All functions & modules need docs, and all function heads (of all arities, watch out for optional arguments) need specs & docs

bianchidotdev commented 4 months ago

I was just running through the Getting started guide on rc.40 and found a weirdly worded section in Querying without persistence

The examples above could be easily implemented with Enum.filter, but the real power here is to allow you to use the same tools when working with any data layer. If you were using the AshPostgres.DataLayer data layer.

Specifically the last sentence doesn't quite fit right.

Thought that comment might fit here better than a new issue.

zachdaniel commented 4 months ago

😆 thanks for pointing it out, and yeah that definitely seems just like an extra sentence. Will remove!

zachdaniel commented 4 months ago

Fixed :)