-
Whole dictionaries and datasets (Data, Settings, Results) are referenced in practically _every_ function.
This is a sign that an object-oriented design is needed.
-
PHP and linux tools as my first goto ideas. currently i use terraform which i hate because of the declarative language, pulumi seems to solve this. which is awesome. looking at the SDK, i see many lan…
Wuffz updated
2 months ago
-
### All Related Assignments
- [x] [Performance Task Scoring 2](https://github.com/SamitPoojary/FASTPAGES/issues/19)
- [x] [Object Oriented Programming Hacks](https://samitpoojary.github.io/FASTPAGES…
-
Include extreme days:
- extreme day identification
-- min max
-- absolute / integral
-- single data type / among all
- representation modification
-- How to include this in the current `struct`…
-
What should be a resource? (cf. object-oriented design; state, not actions)
Size of resources (to many properties in one resource vs. to many roundtrips)
-
I want to contribute to this project by writing about various design patterns available for Object Oriented Languages using real world examples and visuals.
-
**Describe the bug**
When docfx.json has multiple projects added, the generated toc.html file is incorrect.
Eg. docfx.json
```
{
"metadata": [
{
"src": [
{
"src"…
-
Example: `return True if (spot.size == LARGE or spot.size == COMPACT) else False`
Location: https://github.com/donnemartin/system-design-primer/blob/master/solutions/object_oriented_design/parking_…
-
Hoping to document the current story and pain points around using GDExtension for language bindings, so that decisions can be made on what are actually issues and what are things that users should jus…
-
Hi,
Any thoughts on public ALIASES?
Personally, I'm leaning towards it being bad in all cases, it's either another indirection or something wrong in the Object Oriented design.