You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2019/04/18 05:30:00 UTC

[jira] [Created] (CAMEL-13430) Simple language - Functions with space should use camelCase style

Claus Ibsen created CAMEL-13430:
-----------------------------------

             Summary: Simple language - Functions with space should use camelCase style
                 Key: CAMEL-13430
                 URL: https://issues.apache.org/jira/browse/CAMEL-13430
             Project: Camel
          Issue Type: Improvement
            Reporter: Claus Ibsen
             Fix For: 3.0.0


Lets avoid having functions such as

starts with
not contains

where there are space as that makes it a bit less obvious its a function name, and can also lead to: https://stackoverflow.com/questions/55705150/camel-simple-expression-inside-jsonpath-language

So instead if we use

startsWith
notContains





--
This message was sent by Atlassian JIRA
(v7.6.3#76005)