Pull to refresh

Высоты разработки ПО

Reading time1 min
Views575
… если ваши программисты, объясняя, почему в исходниках нет комментариев, употребляют словосочетание «самодокументирующийся код»

из 69 признаков того, что не вы трахаете проект, а он вас.


1


class boolshit{
public:
boolshit(bool shit):_shit(shit){}
operator bool() const{return _shit;}
private:
bool _shit;
};

2


// Truth values
#ifndef TRUE
#define TRUE 1
#endif
#ifndef FALSE
#define FALSE 0
#endif
#ifndef MAYBE
#define MAYBE 2
#endif

3


while(«не хлебом единым жив»)
{
//…
}

4


public interface IWHWGRWGRDao: IDao

5


try {
// some stuff here
} catch (final DataAccessException e) {
throw new DataAccessException (e);
}

6


int* var;

*var++;

7


public static final int ONE = 1;

8


static const int NUM_HANDS = 2;

9


xxx = ss-rem.rem + ".mxl".
xxxx = sysc.chval + "/" + substr(xxx,3).
run eesosa (input xxx).
input through hostname no-echo.
set xxxxxx.
input close.
host = substr(xxxx,1,index(xxxx,":") — 1 ).
if xxxxxx eq host then do:
xxxxxxx = substr(xxxx,index(xxxx,":") + 1) + trim(substr(xxx,3)).
unix silent cp value(xxx) value(xxxxxxx).
end.
else
unix silent rcp value(xxx) value(xxxx).

Собрано по частям здесь
Tags:
Hubs:
Total votes 39: ↑29 and ↓10+19
Comments70

Articles