• Courses
  • Code Compiler
  • Discuss
  • Pricing
  • Teams
Menu

Q&A Discussions

REDUNDANT
helpjavaredundant
1 Vote
9 Answers
17th Jul 2017, 2:27 AM
Kittiphat Paopeng
[Solved] Is [::] redundant here? (beginner)
pythonredundancy
1 Vote
13 Answers
14th Mar 2022, 12:29 PM
Korkunç el Gato
Korkunç el Gato - avatar
How to remove redundant array values ..?
java
0 Votes
6 Answers
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 Vote
6 Answers
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 Votes
5 Answers
1st May 2017, 7:15 PM
Kevin Matthew
Kevin Matthew - avatar
3 hearts not enuf
choiceeffortheartredundanttime
4 Votes
2 Answers
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 Votes
2 Answers
8th Aug 2016, 9:32 PM
Bashar Ghadanfar
Bashar Ghadanfar - avatar
Hot today
GUI-Based Python code in Webpage
3 Votes
I'm still new, help me about my image code
0 Votes
Convert Animated SVG to PNG
1 Votes
My Missing Courses
1 Votes
What will be the output of this code?
1 Votes
Are '\0' and NULL the same?
1 Votes
Number addition
0 Votes
cyber security
0 Votes
my code isn’t working can someone give me tips?
1 Votes
Why are "code bits" based off Visual Studio Code?
0 Votes