Skip to content

Instantly share code, notes, and snippets.

@aliokan
aliokan / prettify.js
Created January 27, 2023 08:25 — forked from omesser/prettify.js
prettify.js
/*
Make the function more readable and maintainable
Please do not comment on this public gist (comments will be removed)
Please do not fork on this public gist - if you got here from
an application form, please reply privately on the form.
This is used as part of a hiring pipeline, I ask you to respect that.
*/
function doStuff(text) {
const lowerCased = text.toLocaleLowerCase();
@aliokan
aliokan / build.hxml
Last active November 2, 2016 14:28
Haxe script that allows to find unused classes in Haxe project.
-cp src
--run Main
# project path
/Users/ali_o_kan/Documents/hexMachina-Gallery-Classical-MVC/
# relative hxml path
build/build-js.hxml