1
1
mirror of https://github.com/thma/LtuPatternFactory.git synced 2024-12-03 03:55:08 +03:00

add link to issue tracker

This commit is contained in:
thma 2018-11-03 15:35:45 +01:00
parent 48a5c50978
commit aa6cffe708

View File

@ -27,7 +27,8 @@ I think this kind of exposition could be helpful if you are either:
* a programmer with an OO background who wants to get a better grip on how to implement complexer designs in functional programming
* a functional programmer who wants to get a deeper intuition for type classes.
>This project is still work in progress, so please feel free to contact me with any corrections, adjustments, wishes and additional ideas you might have.
>This project is still work in progress, so please feel free to contact me with any corrections, adjustments, comments, suggestions and additional ideas you might have.
> Please use the [Issue Tracker](https://github.com/thma/LtuPatternFactory/issues) to enter your requests.
>
>Directions I'd like to cover in more depths are for instance:
> - complete coverage of the GOF set of patterns