spmallette commented on code in PR #3427:
URL: https://github.com/apache/tinkerpop/pull/3427#discussion_r3274296244


##########
docs/src/reference/gremlin-variants.asciidoc:
##########
@@ -1969,15 +1970,67 @@ g.V().hasLabel('person').groupCount().by('age')
 Either of the above two options accomplishes the desired goal as both prevent 
`groupCount()` from having to process
 the possibility of `null`.
 
+[[gremlin-javascript-numeric-types]]
+=== Numeric Types
+
+JavaScript has a single `Number` type (IEEE 754 double) which cannot 
distinguish between JVM numeric types. The driver
+provides typed wrapper classes and factory functions that give explicit 
control over serialization and deserialization.
+
+==== Controlling Serialization

Review Comment:
   I don't think we should use sub-sections like this without strong reason. It 
just blows out the TOC without specific need. One solid section on Numeric 
Types makes more sense to me in this particular case.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to