Похожие чаты

HI there, i have a question i hope its easy

to understand, if you could help i would be greatly appreciated :)

I have a Parent Class <Piece>, this class has Child classes, some of them being: <King>, <Queen>, <Bishop>...

Now i read each piece by a ID from a TXT File, when reading the file i want to call the appropiate Class to create a new object. (I think i didnt explain myself 😅 ), my question is how do i make that appropiate call? Should i do a:

if (id == 1) { // create new King }
else if (if == 2) { // create new Queen }
.....

What do you guys think?

2 ответов

10 просмотров

Please format the code you posted, by wrapping it in triple backticks. -> `

I would use enum for chess pieces. And map pieceID->enum object. Imho, it's more natural to represent fixed enumeration of immutable objects as enum. When deserializing, simply get piece from map like pieces[id]. But it depends on what information your piece objects hold. If they should have state. Then I would also used a map but with factories. Like: pieceFactoriesMap[id].create(). Using factories is more ioc friendly and flexible.

Похожие вопросы

Обсуждают сегодня

Господа, а что сейчас вообще с рынком труда на делфи происходит? Какова ситуация?
Rꙮman Yankꙮvsky
29
А вообще, что может смущать в самой Julia - бы сказал, что нет единого стандартного подхода по многим моментам, поэтому многое выглядит как "хаки" и произвол. Короче говоря, с...
Viktor G.
2
@Benzenoid can you tell me the easiest, and safest way to bu.y HEX now?
Živa Žena
20
This is a question from my wife who make a fortune with memes 😂😂 About the Migration and Tokens: 1. How will the old tokens be migrated to the new $LGCYX network? What is th...
🍿 °anton°
2
30500 за редактор? )
Владимир
47
а через ESC-код ?
Alexey Kulakov
29
What is the Dex situation? Agora team started with the Pnetwork for their dex which helped them both with integration. It’s completed but as you can see from the Pnetwork ann...
Ben
1
Гайс, вопрос для разносторонее развитых: читаю стрим с юарта, нада выделять с него фреймы с определенной структурой, если ли чо готовое, или долбаться с ринг буффером? нада у...
Vitaly
9
Anyone knows where there are some instructions or discort about failed bridge transactions ?
Jochem
21
@lozuk how do I get my phex copies of my ehex from a atomic wallet, to move to my rabby?
Justfrontin 👀
11
Карта сайта