📜 ⬆️ ⬇️

Jargon of programmers

Stumbled upon Stackoverflow.com on an interesting topic with a question about a new one in programmer slang. I suggest here a selection of the most interesting expressions.

Egyptian operator brackets

if (a == b) {<br>  printf("hello");<br>}<br><br>


Fear Driven Development


, — .

Hope Driven Development

, — ,

Rob Busack: Waterfall Model.


Rob Busack.

— .




/ /

, - .
: X
:
: , … , , .
: ?
:
: .
: … ..


(Stringly typed vs strongly typed)

,


.


frAGILE

frAGILE — Agile

: Agile!
: . -.
: !
: , . .
: . ,
: ,
… …
: :
  • , - ?
  • «»
  • ,
: - .
CTO: Agile ! ! !


-

«». , - , , , .


, .

- .

(, Over Oriented Programming)

,


«»(Bukazoid documentation pattern)

. , , , .
/**<br> * Bukazoid manager is a manager to manage bukazoids.<br> */<br>public class BukazoidManager extends SomeOtherClass {<br>...<br>}<br><br>

The Perkov Method — , - , -, . 4 , .: Hello World:
class Program <br>{ <br>  static int Main(string[] args) <br>  {     <br>    Console.WriteLine("Hello World"); <br>  } <br>}<br><br>
:
class Program <br>{ <br>  static int Main(string[] args) <br>  {  <br>    // at this point the program really should be outputting text to the <br>    // console. we must take into account 78 character maximum line length<br>    // and ensure that we use Environment.NewLine for line endings. <br>    // ideally should provide multi-region language support and UTF-8 / <br>    // UTF-16 encoding. <br>  } <br>}<br><br>


, 1000



API , .

-


, .

/

( , ) , . , .


TDDD: Technical Debt-Driven Development

(* dale ) . , « ».

')

Source: https://habr.com/ru/post/96978/


All Articles