2023OSSLteam / 2023OSSLteam/StockTrading
header 및 project 전체 파일 구조 수정
- Lenguaje dominante
- C++
- Estrellas
- 1
- Forks
- 2
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
## 목적
Header 가 중복 선언되는 에러와 목적에 맞지 않는 기능이 cpp 파일 내에 존재
## 작업 상세 내용
CRUD 내 extrafunction들 extrafunction.cpp로 이동
Ifdef 로 헤더 중복 선언 방지
## Reference
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Línea de trabajo
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.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- cpp
- Área
- backend
- Tipo de issue
- Refactorización
- Dificultad
- 3/5
- Tiempo estimado
- 1-2 días
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 45/100