Start the implementation of the getTree method
Loading
-
😀 @arberxAuthor Contributor@martinblanchard Hi Martin, my current progress is documented in this commit. If you have a chance, please provide some feedback.
-
Thanks for sharing this early @arberx! As @finnball suggested, feel free to create a
WIP:merge request. Looks good so far, a few comments:- I would try to avoid using output parameters, they are not very popular in Python I think. A common practice is to return a tuple that the caller unpacks.
- I would not propagate the
GetTreeRequestmessage out of the service class and I would consider it immutable, I think that's what the other services are doing.
Please register or sign in to comment