Results 1 to 3 of 3
Thread: How To Write Unmaintainable Code
- 01-30-2010, 06:53 PM #1
How To Write Unmaintainable Code
Hi everyone. :)
Some programmer's are masters in writing unmaintainable code. And for the rest of us, I recommend reading How To Write Unmaintainable Code.
Just for some fun. :D
TimEyes dwelling into the past are blind to what lies in the future. Step carefully.
- 01-31-2010, 10:40 AM #2
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,606
- Blog Entries
- 7
- Rep Power
- 17
Java is a sissy language when it comes to some real men obfuscation. C is much better at this, especially good ol' K&R C. Here's an example:
This thingy prints out a magic square of odd size without using any memory proportional to the size of the square. Try to do that in Java ;-)Java Code:main(o,O0)char**O0;{int OO,O;O=--o?atoi(O0[!0]):! 0;for(o=((OO=O*O)-O+!0+!0)>>!0;OO;o+=((--OO%O)?-! 0:((((o-!0)%O)?O:0)+!0))-(((o-!0)%O)?O:0)){printf ("\n%*d "+!!(OO%O),!0<<!0<<!0,o+=(o<!0)?O*O:0);}}
kind regards,
Jos
- 02-07-2010, 09:19 PM #3
Senior Member
- Join Date
- Dec 2009
- Posts
- 104
- Rep Power
- 0
well that is not understandable for me :P
but this can be useful if im making a game for example, and i want to protect hackers to change their scores.
instead of declaring score like this
i could do it like thisJava Code:if (playerkill==1) { score ++; }
when a hacker goes looking for something to change his score what would he think?Java Code:if (cookieeaten==1) { playerWeight ++; }Beginner in Java Programming, Please don't trust my anwsers blind please :D
Similar Threads
-
What are you using to write your code?
By CaptainMorgan in forum New To JavaReplies: 949Last Post: 05-28-2013, 12:27 AM -
Can I write code in 2 different files ?
By fartek in forum New To JavaReplies: 2Last Post: 02-14-2009, 03:48 PM -
Help me to write a secure code
By Bhavis in forum Advanced JavaReplies: 4Last Post: 01-21-2009, 06:06 AM -
How to write efficient maintainable code.
By Zosden in forum Advanced JavaReplies: 9Last Post: 05-01-2008, 04:48 AM -
How to write code comments
By Java Tip in forum java.langReplies: 0Last Post: 04-23-2008, 08:06 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks