Skip to content
Snippets Groups Projects
Commit 705ecd7e authored by klorpa's avatar klorpa
Browse files

FinalIHope

parent f914cfb8
No related branches found
No related tags found
No related merge requests found
......@@ -112,7 +112,7 @@ And then fill it in later than it is to end up with a situation where you have a
<<set _targetOrifice = "vagina">>
<<else>>
<<set _targetOrifice = "asshole">>
<</if>
<</if>>
And then, when you need it, do "you fuck her _targetOrifice" in sixteen different places without having the pain in the ass of copy/pasting the same if/else clause every time.
3. INDENT YOUR LOGIC. USE TABS. I'm serious. Don't question me. It will make EVERYONE hate you, when they have to deal with your code, if it's not indented properly.
......@@ -135,8 +135,8 @@ This is much easier to read:
<<if $cond7>>
<<if $cond8>>
whatever
</if>
</if>>
<</if>>
<</if>>
<</if>>
<</if>>
than this:
......@@ -158,8 +158,8 @@ whatever
<<if $cond7>>
<<if $cond8>>
whatever
</if>
</if>>
<</if>>
<</if>>
<</if>>
<</if>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment