Skip to content

chore(refactor): extract common logic for preventing use of reserved keyword to a dedicated resource#541

Open
dastin-sandura wants to merge 11 commits into
CatchTheTornado:masterfrom
dastin-sandura:issue_530__refactor_reserved_keyword_logic
Open

chore(refactor): extract common logic for preventing use of reserved keyword to a dedicated resource#541
dastin-sandura wants to merge 11 commits into
CatchTheTornado:masterfrom
dastin-sandura:issue_530__refactor_reserved_keyword_logic

Conversation

@dastin-sandura
Copy link
Copy Markdown
Contributor

closes #530

add questions about the details and importance of this feature request
…late

Update feature request issue template
feat(chore): feature request issue template (CatchTheTornado#525)
…_template

feat(chore): Github bug report issue template
Sync xFAANG/askql  repo with dastin-sandura/askl repo
@dastin-sandura dastin-sandura marked this pull request as draft November 4, 2020 21:16
@dastin-sandura dastin-sandura changed the title Issue 530 refactor reserved keyword logic chore(refactor): extract common logic for preventing use of reserved keyword to a dedicated resource Nov 4, 2020
@dastin-sandura dastin-sandura marked this pull request as ready for review November 5, 2020 10:51
@dastin-sandura
Copy link
Copy Markdown
Contributor Author

Hey @YonatanKra , this is a continuation of refactoring from 'Refactor let #521' 😄

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.

Refactor: extract common logic, checking if a reserved keyword is used, from let, const and assign resources to avoid code duplication.

1 participant