Skip to content
#

object-oriented

Here are 704 public repositories matching this topic...

Dohxis
Dohxis commented Mar 9, 2017

Here I have another suggestion, this time about our Gravity's CLI. I come up with this list of improvements which I think should benefit the project:

  • If no arguments passed it should display help section instead of opening REPL
  • To open REPL add a new flag for example gravity --repl
  • gravity new [project] - a new simple command to create new project. (A wizard which helps with co
st0012
st0012 commented Apr 16, 2020

These are the feedback from @yawniek on slack

  • the vm.New vm.New and v.ExecInstructions methods would profit from some minimal documentation, especially what all the "paths" actually mean. some of them seemed semi obvious..
  • same for RegisterExternalClass ExternalClass and vm.Method albeit those are relatively clear
  • how can i load a class into toplevel so i dont need a requir
loganharbour
loganharbour commented Apr 29, 2020

Reason

Many postprocessors which were developed before newer APIs came about do their communication in getValue(). With the finalize() method added, we suggest that communication is done there instead.

Design

Move communication calls from getValue() to finalize() for postprocessors where possible.

Impact

Consistency across postprocessor objects.

X-Ryl669
X-Ryl669 commented Apr 26, 2018

On the main page, the documentation talk about using ref_ptr for memory management, but none of the code does that. It's not clear what is the current memory model expectation from globjects now it's using unique_ptr, so I guess a update of the documentation is required.

It should answer these questions:

  1. When the globject interface use a plain pointer, who is managing the pointer life
bug
DestBro
DestBro commented Apr 16, 2019

I want to write feedback as a user who used the framework, maybe you need it.
It is a framework that can have great skills in the future as I think, perhaps will compete with Vaadin. It's a good thing you support him. It would be very good to have documentation with live examples (no only code), such as within the yested framework (see here) which is

faultyserver
faultyserver commented Jun 8, 2018

I'm pretty sure that SimpleAssign is only created when the left-hand side is a StaticAssignable (e.g., Var, Const, or Underscore). If the target is a pattern, then it becomes a MatchAssign, and if it is some method chain (e.g. x.y = 2), then it is converted into a Call to the y= method with x as the receiver.

With that, I think that the target property of SimpleAssign no

Improve this page

Add a description, image, and links to the object-oriented topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the object-oriented topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.