Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
arcadiax2318ystring postComment(isExplained){
if(!isExplained){
Return '?';
} else {
return 'ohhhh ok i get it';
}
} -
fyroc58758y<cfif local.isConfused>
<p>?</p>
</cfif>
Lucee/ColdFusion also does script. (My preference)
if(local.isConfused){
writeOutput ("?");
} -
fyroc58758yI'll make it a function for you.
function(isConfused){
if (!arguments.isConfused){
return "Oh I get it.";
}
return "?";
} -
NullBot9518ysub isConfused {
my $confused = shift;
while ($confused) {
print "?";
}
return "ಠ_ಠ";
}
isConfused(1); -
arcadiax2318yHate to be a combo breaker, but the evolution of this comment thread is exactly why I love devRant so much 😂
-
fyroc58758y@fuckfuckityfuck CF is making a come back. Look up http://lucee.org
Also, most government sites are running CF these days.. Meaning $$$$$$ jobs. =P -
devJoe27168y@fuckfuckityfuck I mean programmers are nerds and don't have a really appealing appearance 😉
-
@devJoe that's just mean. But just in case I'm gonna change few of my projects:
if not user.opinion.programmers_are_handsome:
return Response("Something went wrong", status=500)
Speechless 😆
undefined
the horrors
lifelessness