Forum

> > Off Topic > C# error
ForenübersichtOff Topic-ÜbersichtEinloggen, um zu antworten

Englisch C# error

15 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

verschoben C# error

4Vendetta
User Off Offline

Zitieren
[EDIT]I was supposed to put in the English section. Sorry I 'm dumb


Hello, good afternoon .

So , I'm creating a chess like game using Unity 3D .
Simply did not compile. The method appearing error is in this link , but I can't identify the error, apparently some " ; " or "( " in the wrong place .


Zitat
ps: do not ask about the name of the variables because there is a whole story behind .

ps² : if you have no interest in helping , kindness not spam in the comments, as an off -topic , I think it's okay to request such assistance .

ps³ : Yeah, I do not speak English, but my German is worse ,so I'll try it in English .


If someone help me find the error , I'll be grateful as fuck, kkkk I believe no one will help me , but anyway , nothing better than try.

http://codebeautify.org/csharpviewer/cb437d57

http://www.volatileread.com/utilitylibrary/snippetcompiler?id=56835

1× editiert, zuletzt 14.03.16 22:53:12

alt Re: C# error

oxytamine
User Off Offline

Zitieren
user 4Vendetta hat geschrieben
So , I'm creating a chess like game using Unity 3D .
Simply did not compile. The method appearing error is in this spoiler , but I can't identify the error, apparently some " ; " or "( " in the wrong place .

I'm quite confident that we all here have some sort of psychic abilities. But you sure don't want to give us error output or something?

alt Re: C# error

omg
User Off Offline

Zitieren
nice, no error message and unreadable code Xd tanks 5vendetta √

alt Re: C# error

4Vendetta
User Off Offline

Zitieren
@user omg , @user oxytamine: Oops , sorry , the [ quote] destroyed my code , kkk I put the code online to see if it helps . The compiler shows that the method is not implemented ( it really is not ) and shows numerous parameters errors likely defaulters ( " , " " ; " [ " ( " ... ) .

God , I was not born to program

alt Re: C# error

oxytamine
User Off Offline

Zitieren
If I were you, I'd listen to what compiler says. What are you trying to do?

alt Re: C# error

ohaz
User Off Offline

Zitieren
Just a kind reminder: Your code is horrible. If you want to get into developing stuff, please, start writing code that is easier to read. It's the most important part about code (even more important than optimization!)

alt Re: C# error

Rainoth
Moderator Off Offline

Zitieren
My Java teacher says the code should be written so neatly and understandably that you don't even use comments

alt Re: C# error

Yates
Reviewer Off Offline

Zitieren
@user Rainoth: Then your Java teacher is a bad teacher.

Always comment code, you never know when you yourself are going back or someone else is going to work on it.

alt Re: C# error

ohaz
User Off Offline

Zitieren
Write so neatly that you don't need to use comments, but use them anyway

alt Re: C# error

Rainoth
Moderator Off Offline

Zitieren
@user Yates: That's what I thought too, but apparently he says when all variables and function names, the layout and so on is clean and neat, you don't need comment. I agree mainly because he agreed that comments are required if you're making a documentation of a library that you're writing, since it's basically the only thing where developers would pick up your work.

alt Re: C# error

gotya2
GAME BANNED Off Offline

Zitieren
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.

alt Re: C# error

Avo
User Off Offline

Zitieren
user gotya2 hat geschrieben
Real programmers don't comment their code.
Not true.

Zitat
Always comment code, you never know when you yourself are going back or someone else is going to work on it.

Happened a lot of times to me. Comment your code as much as you can. Commenting variables is quite useful.
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antwortenOff Topic-ÜbersichtForenübersicht