2023OSSLteam / 2023OSSLteam/StockTrading
main create() parameter error 수정
オープン
bug
documentation
- 主要言語
- C++
- スター
- 1
- フォーク
- 2
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
## 목적
cpp에는 포인터 말고, Reference라는 개념이 있어서 모든 객체를 포인터로 넘겨주지 않아도
함수에도 수정이 가능합니다.
## 작업 상세 내용
main create() parameter error 수정
## Reference
https://blog.naver.com/PostView.nhn?blogId=je1206&logNo=221395383908&parentCategoryNo=&categoryNo=64&viewDate=&isShowPopularPosts=true&from=search
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
Find the main create() function in the codebase. The issue suggests changing a parameter from a pointer to a reference. Look for function signatures involving pointers in main or related modules. Test the change by compiling and running any existing tests to ensure the reference semantics work correctly.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- cpp
- 領域
- backend
- issue の種類
- バグ
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 30/100