question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Model design questions

See original GitHub issue

This is a placeholder for some questions about the design of a model of a dashboard.

Why does it have to be mutable? If every parameter is an Observable then there is no need to mutate the parameter (because the parameter is already a container).

How do we best specify “inner piping” of the model? While most parameters are connected directly to some UI, some are defined as a result of one or more parameters but are not directly affected by a UI. For instance the path of a save file that is composed of two inputs, or a label that depends on the state of one of the parameters, etc. I currently define these relationships after creating an instance of the model, but it would have been better to define these inside the constructor itself. Finally, these parameters that are not directly connected to a UI, they do not necessarily need to be an Observable – when they change nothing else needs to immediately happen. So they can either be a Ref or indeed, the model should be mutable.

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:44 (17 by maintainers)

github_iconTop GitHub Comments

2reactions
yakir12commented, Mar 10, 2021

Me every time I find a docstring in Stipple: tenor

1reaction
hhaenselcommented, Apr 20, 2021

Shall we close this topic and open a new one for the remaining things? Part of this could also go into the Project…

Read more comments on GitHub >

github_iconTop Results From Across the Web

7 Questions to Assess Your Business Model Design
Below are eight questions to assess your business model design. Rank your business model's performance on a scale of 0 (bad) to 10...
Read more >
Top 24 Data Modelling Interview Questions with Detailed ...
Most Frequently Asked Data Modeling Interview Questions ... Let's start! Q #1) What do you understand by Data Modelling? Answer: Data Modelling is ......
Read more >
Top 24 Data Modeling Interview Question and Answers for 2023
Basic Data Modeling Interview Questions · 1. What Are the Three Types of Data Models? · 2. What is a Table? · 3....
Read more >
20 Model-Based Design Interview Questions and Answers
In this article, we review some of the most common model-based design interview questions and provide tips on how to answer them.
Read more >
Top 88 Data Modeling Interview Questions and Answers (2022)
1) What is data modelling? · 2) Explain various types of data models · 3) Explain the fact and fact table · 4)...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found