sinemakinci1 / Cpp-Copilot-VSC-Demo

0 stars 0 forks source link

`using namespace` in header #4

Closed TartanLlama closed 7 months ago

TartanLlama commented 7 months ago

https://github.com/sinemakinci1/Cpp-Copilot-VSC-Demo/blob/21a2875a135da17b8ab0990026c4b331c9091dfc/src/Calculator.h#L4

Putting using namespace XXX; in a header is discouraged, as it pollutes the namespace of any file that includes that header