The Wayback Machine - https://web.archive.org/web/20200529133837/https://github.com/topics/object-oriented
Skip to content
#

object-oriented

Here are 686 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
robert-cronin
robert-cronin commented Jan 14, 2020

Is it possible to add the Onsen UI framework to KVision as an optional dependency? I don't mind creating the wrapper but I've never done much with the virtual DOM in KVision, I might need some pointers to get started or perhaps a suggestion on which existing dependency I could use as a template.

It looks like most of the functionality is in custom tags.

This is for our

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.