Python Interpreter in Docker and Pyspark Tests in Docker
There are two main ideas behind this article: security
and mobility
Master degree in Intelligent Software Systems
Faculty of Informatics and Information Technologies STU in Bratislava
Bachelor Degree in Informatics
Faculty of Informatics and Information Technologies STU in Bratislava
There are two main ideas behind this article: security
and mobility
Depend in the direction of abstraction. High level modules should not depend upon low level details.
Clients should not be forced to depend upon interfaces that they do not use.
Objects in a program should be replaceable with instances of their subtypes without altering the correctness of that program.
A software module (class or method) should be open for extension but closed for modification.