Project

General

Profile

Actions

Feature #848

closed

Consider replacing the for loops in CookiesDialog with while loops

Added by Soren Stoutner almost 2 years ago. Updated almost 2 years ago.

Status:
Closed
Priority:
1.x
Start date:
05/12/2022
Due date:
% Done:

0%

Estimated time:

Description

This would make the iteration more efficient because it would stop after reaching the correct row, but it might make the logic harder to follow.

Actions #1

Updated by Soren Stoutner almost 2 years ago

  • Status changed from New to Closed

It does indeed make it more efficient and it does indeed make the logic harder to follow, but with sufficient commenting it is acceptable.

Implemented in commit https://gitweb.stoutner.com/?p=PrivacyBrowserPC.git;a=commitdiff;h=83e7c484d2440bfff54e8d02b2d532c2aba755ef.

Actions

Also available in: Atom PDF