2023OSSLteam / 2023OSSLteam/StockTrading
header 및 project 전체 파일 구조 수정
- Lingua principale
- C++
- Stelle
- 1
- Fork
- 2
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
## 목적
Header 가 중복 선언되는 에러와 목적에 맞지 않는 기능이 cpp 파일 내에 존재
## 작업 상세 내용
CRUD 내 extrafunction들 extrafunction.cpp로 이동
Ifdef 로 헤더 중복 선언 방지
## Reference
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Direzione di ricerca
The issue mentions moving extra functions from CRUD files to an extrafunction.cpp file and adding include guards (ifdef) to prevent header duplication. Start by examining the project's header and source files to understand the current structure and identify the CRUD modules and the extra functions. Look for header files that are included multiple times and apply standard include guard patterns. Verify the changes compile and the separated functions are correctly linked.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- cpp
- Ambito
- backend
- Tipo di issue
- Refactoring
- Difficoltà
- 3/5
- Tempo stimato
- 1-2 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 45/100