AnzhiZhang commented on code in PR #3715:
URL: https://github.com/apache/texera/pull/3715#discussion_r2365898664


##########
core/amber/src/main/scala/edu/uci/ics/texera/web/resource/dashboard/hub/HubResource.scala:
##########
@@ -326,7 +326,7 @@ object HubResource {
           dataset = dataset,

Review Comment:
   Here is a tutorial and a document page for reference:
   https://docs.scala-lang.org/tour/named-arguments.html
   
https://docs.scala-lang.org/sips/named-and-default-arguments.html#named-arguments
   
   It is indeed a good practice to have a similar name on the left and right 
sides if we are accepting a specific object. We will then know that we are 
passing the correct variable to the correct argument.



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