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

chore: improve feelers documentation #26

Merged
merged 1 commit into from
Nov 27, 2023
Merged

chore: improve feelers documentation #26

merged 1 commit into from
Nov 27, 2023

Conversation

Skaiir
Copy link
Contributor

@Skaiir Skaiir commented Oct 20, 2023

No description provided.


If your string is prefixed with an =, it will be evaluated as a single FEEL expression.

```js
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I find this aspect interesting and would expect, as a template engine, feelers only operates on strings, never on expressions.

This ties to the spirit of "do one thing and do it right": I'd rather not have it in feelers, but outside. This otherwise ties feelers to core features some random engine or tooling decided upon.

My cents. Maybe there is room to improve this.


Adding this PR (and the insights I gained reviewing it) is a great example for readme driven development, and how explaining before building can help us to shape ideas (and build simple, focused, and easy to understand things.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Skaiir Did you consider my comment, i.e. does it make sense?

Copy link
Member

@nikku nikku left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Added a conceptional note here, also potentially related to #23.

@pinussilvestrus pinussilvestrus removed their request for review November 21, 2023 14:06
@Skaiir Skaiir merged commit d235bd0 into main Nov 27, 2023
8 checks passed
@Skaiir Skaiir deleted the improve-readme branch November 27, 2023 02:12
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