Nested Function

A function with nested inner functions and a depth of more than 3 levels is a Nested function. Impact A heavily nested function makes it bulky and complex to read and maintain. Time and maintenance cost increases. Possibility of duplication of function increases. Characteristics A function has multiple inner functions…

0
Read More

Monster File

Monster file single-handedly implements large blocks of functionality within a system and performs multiple, non-cohesive functionalities. It violates the basic approach of structured programming which is: Break a big problem into smaller problems and then resolve these problems. The result obtained inevitably solves the big problem. The monster file typically…

0
Read More

Nested Closure

A closure having nested closures with the depth of more than 2 levels is less readable, slower in performance and hold excessively large private memory causing memory leaks. Impact A heavily nested closure is complex to read and maintain. Creating closures inside other closure leads to duplication in memory, potentially…

0
Read More

Upgrade Embold on Redhat Enterprise Linux or CentOS

Before you upgrade Embold on Redhat Enterprise Linux or CentOS, make sure no scans are in process and close all the browsers that are running Embold. Run the installer file. (refer installation steps). During installation, select “Reinstall / Upgrade Embold“. Select Yes option if you want to reinstall Embold. Select the Update option.…

0
Read More

Install standalone corona on RHEL or CentOS

Below are the steps to install standalone corona on RHEL or CentOS. Download installer file from your Embold Account’s section > Releases tab. There will be file with name similar to the following: ‘embold_centos_rhel_1.8.3.0.run’. Make sure that installer file ‘embold_centos_rhel_1.8.3.0.run’ has execution permission. To check the permissions of the installer file, run…

0
Read More

Upgrade standalone corona on RHEL or CentOS

Before you upgrade standalone corona on Redhat Enterprise Linux or CentOS, make sure no scans are in process and close all the browsers that are running Embold. Run the installer. (refer installation steps). During installation, select “Reinstall / Update Corona”. Once upgraded logout and login from the system.

0
Read More

Install Embold on Centos

Below are the steps to install Embold on RHEL or CentOS. Download the installer file from your Embold Account’s section > Releases tab > Installers. There will be a file with a name similar to the following: ‘embold_centos_rhel_1.8.3.0.run’. Make sure that installer file ‘embold_centos_rhel_1.8.3.0.run’ has execution permission. To check the permissions of…

0
Read More