ilja_postnovs
Explorer
Member since ‎09-02-2015

User Statistics

  • 9 Posts
  • 0 Solutions
  • 6 Kudos given
  • 77 Kudos received

User Activity

After couple of months of work and refactoring, the SAPUI5 Extension is finally working with Typescript. There are a lot of pros to use TS, however, UI5 has some inconveniences. Together with this announcement I will give some advice and explain new ...
Properties Properties are something similar to fields, they store information about the object. Unlike fields, properties have getters and setters. Getter is an operation of getting the value of the property, and setter is an operation of settings th...
What is Object Oriented Programming? Wiki says: Object-oriented programming (OOP) is a programming paradigm based on the concept of "objects", which can contain data and code: data in the form of fields (often known as attributes or properties), and...
The purpose of this blog is to explain how to work with Visual Studio Code SAPUI5 Extension, at least that was my first thought  I am an author of the extension. After getting some experience with people who are trying to use the extension with ques...