378
edits
Line 46: | Line 46: | ||
<u>For MediaWiki related discussions, we could go to [[Ylvapedia:Discussion hub]].</u> | <u>For MediaWiki related discussions, we could go to [[Ylvapedia:Discussion hub]].</u> | ||
==Code Analysis Tips== | |||
* Remember, C sharp does weird math. Integer1 / Integer2 = Round_down(Integer1 divide Integer2). | |||
* When in doubt, test it in a sandbox. | |||
* If you find a Evalue you don't know, search for that value in code, the name will be right there. | |||
* Elin is a project in development, it's code might not behave as it should. Don't hesitate to question. | |||
* Anything resource, go to Elin doc. |
edits