Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Variablen Deklaration überarbeiten #78

Open
jenuk opened this issue Sep 29, 2017 · 2 comments
Open

Variablen Deklaration überarbeiten #78

jenuk opened this issue Sep 29, 2017 · 2 comments

Comments

@jenuk
Copy link
Contributor

jenuk commented Sep 29, 2017

Man sollte Variablen nur einzeln deklarieren und erst, wenn man sie dann auch wirklich zuweist.

@friedz
Copy link
Member

friedz commented Sep 30, 2017

ist natürlich nicht ganz einfach wenn so viele über std::cin >> eingelesen werden aber sollten wir möglichst anpassen

@jenuk
Copy link
Contributor Author

jenuk commented Aug 10, 2019

Ist

int a = 0;
std::cin >> a;

schöner als

int a;
std::cin >> a;

Dann könnte man das gegebenfalls so ersetzen.

@jo-riedel jo-riedel self-assigned this Sep 8, 2021
@fschledorn fschledorn changed the title Variablen Deklaration Variablen Deklaration überarbeiten Sep 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants