You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2020/03/26 20:38:29 UTC

[GitHub] [openwhisk-runtime-dotnet] kamyker opened a new pull request #37: Static methods

kamyker opened a new pull request #37: Static methods
URL: https://github.com/apache/openwhisk-runtime-dotnet/pull/37
 
 
   Obviously this change is not backward compatible but...
   
   - Static methods are little a bit faster
   - No need to create to call `object owObject = _constructor.Invoke(new object[] { });` making it also faster
   - By definition static methods are stateless what fits FaaS better

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [openwhisk-runtime-dotnet] kamyker commented on issue #37: Static methods

Posted by GitBox <gi...@apache.org>.
kamyker commented on issue #37: Static methods
URL: https://github.com/apache/openwhisk-runtime-dotnet/pull/37#issuecomment-604708593
 
 
   I'm gonna build more custom solution with whole HttpRequest instead of JObject. Closing this as change is too small.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [openwhisk-runtime-dotnet] kamyker closed pull request #37: Static methods

Posted by GitBox <gi...@apache.org>.
kamyker closed pull request #37: Static methods
URL: https://github.com/apache/openwhisk-runtime-dotnet/pull/37
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services