Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@kefniark
Copy link
Contributor

@kefniark kefniark commented May 4, 2021

Description

  • Add named arguments to Task call
    • This allow unordered parameters usage, optional and easy options management
  • No need to use args[] anymore
  • Add tests

Before

result = @Method(1, 2, 3)

After

result = @Method(val3=3, val1=1, val2 = 2)

@sonarqubecloud
Copy link

sonarqubecloud bot commented May 4, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 2 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@kefniark kefniark merged commit 9fed3da into develop May 4, 2021
@kefniark kefniark deleted the feature/functionArgs branch May 9, 2021 07:51
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