Dupa locul de munca oferit intr-un stil haios uite cum arata un anunt deştept pentru un job de programator. (Multumesc Mariei pentru link)
// Macadamian Romania
namespace macadamian {
bool looking_for_a_challenge() {
return yes_I_am();
}
yes we_are_hiring() {
if ( looking_for_a_challenge()) {
visit(„http://www.macadamian.com”) &&
mailto(„careers-romania@macadamian.com”);
}
}
who are_we() {
std::cout << „Macadamian Romania”;
fast_growing_company() &&
using_best_practices() &&
passionate_developers() &&
in_business( years(9) );
going_to( top);
visit(„http://www.macadamian.com”) &&
mailto(„careers-romania@macadamian.com”);
}
who are_we_looking_for() {
experience( years(1) -> years(4) );
practical_knowledge_of( OOP && C++ || (C# && .Net && web_programming)
// the more, the better
(Windows || Linux || Mac));
quick( ramp_up && learner);
write( defensive_code && flexible
&& easy_to_read && easy_to_test);
}
what are_we_offering() {
fun();
cool( salary && environment);
flexible( hours);
learning( from_the_best);
exciting( technologies && projects);
balance( work / personal_life);
}
}