Kotlin, Theory Kotlin. Functions. The fun keyword. Refactoring a function September 15, 2021 BestProgISch Continue reading Kotlin. Functions. The fun keyword. Refactoring a function →
C#, Theory C#. Generic methods in classes July 15, 2021 BestProgISch Continue reading C#. Generic methods in classes →
Python, Theory Python. Default arguments in lambda expressions June 17, 2021 BestProgISch Continue reading Python. Default arguments in lambda expressions →
Python, Theory Python. Lambda expressions. Anonymous functions. The lambda keyword June 15, 2021 BestProgISch Continue reading Python. Lambda expressions. Anonymous functions. The lambda keyword →
Python, Theory Python. Recursion. Examples of tasks solving March 20, 2021 BestProgISch Continue reading Python. Recursion. Examples of tasks solving →
Python, Theory Python. Passing a function as an argument. Data structures containing a list of functions March 14, 2021 BestProgISch Continue reading Python. Passing a function as an argument. Data structures containing a list of functions →
Python, Theory Python. Recommendations for the correct structuring of programs using functions March 12, 2021 BestProgISch Continue reading Python. Recommendations for the correct structuring of programs using functions →
Java, Theory Java. Passing a lambda expression to a method as a parameter. Examples December 15, 2020 BestProgISch Continue reading Java. Passing a lambda expression to a method as a parameter. Examples →
Python, Theory Python. Argument matching modes. Variable length arguments. Combining different ways of matching arguments. Examples October 17, 2020 BestProgISch Continue reading Python. Argument matching modes. Variable length arguments. Combining different ways of matching arguments. Examples →
Python, Theory Python. Argument matching modes. Classification. Matching by position. Matching by name. Default arguments. Examples October 15, 2020 BestProgISch Continue reading Python. Argument matching modes. Classification. Matching by position. Matching by name. Default arguments. Examples →