Forum

> > Off Topic > C# error
Forums overviewOff Topic overviewLog in to reply

English C# error

15 replies
To the start Previous 1 Next To the start

moved C# error

4Vendetta
User Off Offline

Quote
[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 .


Quote
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

edited 1×, last 14.03.16 10:53:12 pm

old Re: C# error

oxytamine
User Off Offline

Quote
user 4Vendetta has written
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?

old Re: C# error

omg
User Off Offline

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

old Re: C# error

4Vendetta
User Off Offline

Quote
@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

old Re: C# error

oxytamine
User Off Offline

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

old Re: C# error

ohaz
User Off Offline

Quote
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!)

old Re: C# error

Rainoth
Moderator Off Offline

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

old Re: C# error

Yates
Reviewer Off Offline

Quote
@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.

old Re: C# error

ohaz
User Off Offline

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

old Re: C# error

Rainoth
Moderator Off Offline

Quote
@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.

old Re: C# error

gotya2
GAME BANNED Off Offline

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

old Re: C# error

Avo
User Off Offline

Quote
user gotya2 has written
Real programmers don't comment their code.
Not true.

Quote
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.
To the start Previous 1 Next To the start
Log in to replyOff Topic overviewForums overview