mirror of
https://github.com/H0llyW00dzZ/GoGenAI-Terminal-Chat.git
synced 2025-02-06 11:00:02 +00:00
Update Git Ignore
- [+] docs(.gitignore): clarify comments regarding test complexity
This commit is contained in:
parent
fa00b6254e
commit
7e6d762ecf
2
.gitignore
vendored
2
.gitignore
vendored
@ -25,7 +25,7 @@ pprof_debug.go
|
||||
|
||||
# test test test are not important, since this repo mostly using standard library and simple function
|
||||
# Reason: I prefer not to spend excessive effort writing a test function when this repository already contains an abundance of well-developed features.
|
||||
# Additionally, writing tests should be reserved for stupid complex Go code, which may be more prone to errors and thus require more rigorous validation.
|
||||
# Additionally, writing tests should be reserved for stupid complex Go code (e.g, complexity reached 10+), which may be more prone to errors and thus require more rigorous validation.
|
||||
*_test.go
|
||||
|
||||
# Respect Privacy
|
||||
|
Loading…
x
Reference in New Issue
Block a user