for (const string dev : developers_that_have_done_other_hive_projects) {
Application application;
if ((application = contact(dev)) &&
application.goodFit()) {
offerJobTo(dev);
}
}
You are viewing a single comment's thread from:
for (const string dev : developers_that_have_done_other_hive_projects) {
Application application;
if ((application = contact(dev)) &&
application.goodFit()) {
offerJobTo(dev);
}
}