2023OSSLteam / 2023OSSLteam/StockTrading
header 및 project 전체 파일 구조 수정
- Langage dominant
- C++
- Étoiles
- 1
- Forks
- 2
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
## 목적
Header 가 중복 선언되는 에러와 목적에 맞지 않는 기능이 cpp 파일 내에 존재
## 작업 상세 내용
CRUD 내 extrafunction들 extrafunction.cpp로 이동
Ifdef 로 헤더 중복 선언 방지
## Reference
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
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.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- cpp
- Domaine
- backend
- Type d'issue
- Refactorisation
- Difficulté
- 3/5
- Temps estimé
- 1-2 jours
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 45/100