Testing in Javascript
- ‘describe’ is used to describe a group of tests
- ‘it’ is used to describe an individual test
Graduate Developer
The basic structure is that the user connects to the main app and the main app has subapps which distinuish the urls.
Cloudbridge is a very small and newly established team of only three member current members. From being in the team for two weeks, my understating is that we are making chains of APIs which transfer data from old payroll systems, such as, Exo and Foxpro, and are storing them in a GDM (Generic Data Model). This data is then going to be sent to our Advanced team so that customers can easily be transfered to our ‘better written’ software.
Over my time here I have learned that inhertance is important to understand because it is used in many of our code bases but it shouldn’t really be used due to a number of disadvantages which don’t apply to composition.
I used tuples to store coordinates on the board the first time I coded Tictactoe.
I told my manager that my mentors wanted me to write a class for a cell instead of using the point structure and he told me to investigate why that was and write a blog post on it.
Hey! Here is my first post in my new job.