Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Maciej Sz
Maciej Sz has asked
14
questions and find answers to
16
problems.
Stats
1.1k
EtPoint
466
Vote count
14
questions
16
answers
About
Some of my own thoughts on programming:
Backward compatibility holds back humankind.
Dynamic typing is like arrangement without consequences; static typing gives court to enforce contracts
In OOP you must be very self-disciplined to restrain yourself from screwing the code; in FP that discipline is given to you for free.
And some borrowed quotes:
A good programmer is someone who looks both ways before crossing a one-way street
Maciej Sz questions
What is the difference between #> and ->> operator in PostgreSQL?
How to move composer dependency from require-dev to require?
How to do lazy evaluation in Dart?
How to skip/mark incomplete entire test suite in PHPUnit?
Is there a way to control tests order in Codeception?
Is there a way to reference an issue including title on GitHub?
PHP trait: is there a proper way to ensure that class using a trait extends a super class which contains certain method?
How to pass in an empty generator parameter?
Maciej Sz answers
How to skip/mark incomplete entire test suite in PHPUnit?
Delete data from json array
PHP array get next key/value in foreach() [duplicate]
Unable to start php-fpm - "cannot get uid for user 'apache'"
Debugging Codeception tests with Xdebug
phpStorm 7 update docblock
How to overload class constructor within traits in PHP >= 5.4
phpqrcode + save cached file to Amazon instead of folder on server
Is there a way to address all elements of JSON array when creating a constraint in PostgreSQL?
Prepared statement & mysqli_query on same page