Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content
Stack Overflow
  1. About
  2. For Teams
Loading…
How are we doing? Please help us improve Stack Overflow.Take our short survey
Collectives™ on Stack Overflow

Find centralized, trusted content and collaborate around the technologies you use most.

Learn more about Collectives
62,291 questions
Filter by
Sorted by
Tagged with
Best practices
0votes
0replies
28views

My question is not android specific. it is rather more design-specific.Previously I had a BaseFragment that many child fragments were derived from. base fragment had objects of mapbox map to handle ...
0votes
2answers
105views

I am trying to build a small scale deep learning framework. I defined my tensor class as followsclass Tensor: __slots__ = ( "_backend", "_data", "...
-1votes
1answer
96views

I have two classes: Student and Group.Student attributes:private String registrationNumber;private String firstName;private String lastName;private Date dateOfBirth;private String password;...
Mohamed Selmi's user avatar
Best practices
0votes
3replies
64views

Our application is somewhat of a middleman that transforms data from numerous APIs. Initially to simplify things, we wrote a bunch of specific clients which wrap an instance of HttpClient created in ...
0votes
1answer
85views

import Vectorclass Ball: radius: float color: str position: Vector.Vector velocity: Vector.Vector acceleration: Vector.Vector def __init__(self, radius, color,position, ...
CJ Uldrich's user avatar
Best practices
2votes
4replies
84views

This question is about when to use and inject delegates vs intantiating objects. Say I want to model a card game, I might want to inject the behavior for building the deck and shuffling. Since these ...
Alessandro Rizzi's user avatar
Best practices
0votes
3replies
54views

I’m working on a NestJS + TypeORM backend and ran into an architectural question as my codebase evolved.Initially, I had a simple setup:InvestorProfileController handles PATCH /investor-profile...
Advice
2votes
3replies
124views

When using setters/getters on arrays, does your set() override the entire array or just the key? What is the accepted or best practice for this?Would you use set() for something like this or would ...
germanshedder's user avatar
1vote
1answer
87views

Could you tell me how to write type-bound procedures for parameterized types?For example:module parameterstype :: sinx (kind) integer, kind :: kind=4 real(kind) :: xcontains procedure,...
-1votes
3answers
196views

I'm playing around with OOP in Python, and I have something like this:class Person: def __init__(self,name, age): self.name = name self.age = age self.hobbies = [] ...
Ranao's user avatar
-1votes
2answers
164views

I complete the implementation of a VM (ALU part) by adding operations to a Coprocessor. In this sense, I'm looking for a C++ design.Through a template, the VM is instantiated in 2 ways : A first ...
bitmap kid's user avatar
2votes
6answers
146views

I want to write a method that converts a collection of generic type elements into a human-readable string. This method should also work with nested collections. I haven't found a better approach than ...
Human's user avatar
0votes
1answer
80views

As a coding test I've been tasked with developing a toy three-layer architecture DBMS project, involving OOP principles. The three-layer stuff isn't strictly my background so I've been trying to study ...
0votes
1answer
207views

An exception occurred while iterating over the results of a query for context type 'MyProject.Data.SQLServer.SQLServerContext'.System.InvalidOperationException: The required column 'img' was not ...
DevQt's user avatar
  • 1,954
-4votes
4answers
171views

I'm trying to use a for loop to iterate through a set of objects, check if those objects store string data (specifically their 'Pokemon.evolution' variable) which is the same as a the name of one of ...
mycode.exe's user avatar

153050per page
1
2345
4153

Hot Network Questions

more hot questions
Newest oop questions feed

[8]ページ先頭

©2009-2025 Movatter.jp