Kurse
AnmeldenBeginne KI zu lernen
Kurse
AnmeldenBeginne KI zu lernen

F&A Diskussionen

REDUNDANT
helpjavaredundant
1 Stimme
9 Antworten
17th Jul 2017, 2:27 AM
Kittiphat Paopeng
[Solved] Is [::] redundant here? (beginner)
pythonredundancy
1 Stimme
13 Antworten
14th Mar 2022, 12:29 PM
Korkunç el Gato
Korkunç el Gato - avatar
How to remove redundant array values ..?
java
0 Stimmen
6 Antworten
24th Dec 2018, 2:52 PM
Techie Praga
Techie Praga - avatar
It seems redundant to type: 'Animal dog = new Animal(); ' instead of just 'Animal dog;'. Why was Java designed that way?
classesjavaobjects
1 Stimme
6 Antworten
20th Nov 2017, 9:36 AM
Zwingo
++var and var++ always equal the same thing so why have ++var? It should not even exist. It seems redundant to me.
c#else-statementsif-statementsincrementvariables
0 Stimmen
5 Antworten
1st May 2017, 7:15 PM
Kevin Matthew
Kevin Matthew - avatar
3 hearts not enuf
choiceeffortheartredundanttime
4 Stimmen
2 Antworten
31st May 2022, 10:06 PM
AW4
AW4 - avatar
If except can handle common errors very well, doesn't that make the use of raise redundant inside of a try-except block? For example: try: print( 5 / 0 ) except ZeroDivisionError: raise ValueError("An error occurred!") What's the difference if we handle it this way: try: print( 5 / 0 ) except (ZeroDivisionError, ValueError): print("An error occurred!")
exceptionspython
3 Stimmen
2 Antworten
8th Aug 2016, 9:32 PM
Bashar Ghadanfar
Bashar Ghadanfar - avatar
Heute heiß
I have finished first in Saturn League 3 times in a row, why have I not been given the badge for “Intergalactic Champion”
3 Votes
I am new
1 Votes
Changing String Variables into int in C++
0 Votes
Python intermediate help with dictionaries
0 Votes
Advertising in Sololearn
1 Votes
Marquee
1 Votes
Fill in the blank to declare a static variable.
0 Votes
RUST'S FUTURE
1 Votes
Any Advise?
1 Votes
What are the advantages and disadvantages of using let vs var when declaring variables in JavaScript?
0 Votes